Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/FolderPermissionsLocal
FolderPermissionsLocal
[JVM]
open class FolderPermissionsLocal
Represents the permissions explicitly assigned to a folder.
Types
| Name | Summary |
|---|---|
| FolderPermissionsLocalBuilder | [JVM] open class FolderPermissionsLocalBuilder |
Properties
| Name | Summary |
|---|---|
| acl | [JVM] open val acl: List<Acl> The list of actors and their roles. |
Functions
| Name | Summary |
|---|---|
| builder | [JVM] open fun builder(): FolderPermissionsLocal.FolderPermissionsLocalBuilder |
| isInherits | [JVM] open fun isInherits(): Boolean Specifies if permissions are inherited from the parent folder. |
| toString | [JVM] open fun toString(): String |