copy

@JvmName(name = "copy0")
inline fun copy(builder: Permissions.Builder.() -> Unit): Permissions(source)

Returns a copy of this instance of Permissions modified with builder.


Deprecated (with error)

'Permissions.PermissionsBuilder' is deprecated, use 'Permissions.Builder' instead.