Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/UpdateFolderAcl

UpdateFolderAcl

[JVM]
open class UpdateFolderAcl

Represents a request to update space ACL.

Constructors

UpdateFolderAcl[JVM]
constructor(add: List<Acl>, remove: List<AclActor>)

Types

NameSummary
UpdateFolderAclBuilder[JVM]
open class UpdateFolderAclBuilder

Properties

NameSummary
add[JVM]
open val add: List<Acl>
Add new roles to the existing permissions on the resource.
remove[JVM]
open val remove: List<AclActor>
The actors to be removed from the permissions.

Functions

NameSummary
builder[JVM]
open fun builder(): UpdateFolderAcl.UpdateFolderAclBuilder
toString[JVM]
open fun toString(): String