Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/Space
Space
[JVM]
open class Space
Represents a space response.
Constructors
| Space | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| accountId | [JVM] open var accountId: String The unique identifier of the CDH account. |
| allowAnonymousShares | [JVM] open var allowAnonymousShares: Boolean Flag to allow anonymous access to resources in this space. |
| capabilities | [JVM] open var capabilities: Capabilities The actions that can be performed on the resource by the current user. |
| createdAt | [JVM] open var createdAt: Date Creation date of the space. |
| createdBy | [JVM] open var createdBy: AclIdentity The TRN of the application/device/user that created this resource. |
| deleted | [JVM] open var deleted: Boolean True if the entity has been deleted. |
| deletedAt | [JVM] open var deletedAt: Date Deletion date of the space. |
| id | [JVM] open var id: UUID The unique identifier of the space. |
| name | [JVM] open var name: String The name of the space. |
| permissionsEvaluated | [JVM] open var permissionsEvaluated: PermissionsEvaluated Permissions evaluated for the actors on the resource. |
| permissionsLocal | [JVM] open var permissionsLocal: SpacePermissionsLocal Permissions that are set directly for an actor on the resource itself. |
| provider | [JVM] open var provider: Provider The cloud provider of the space. |
| resourceTrn | [JVM] open var resourceTrn: String The Trimble Resource Name (TRN) of the space. |
| rootId | [JVM] open var rootId: UUID The unique identifier of the root folder. |
| rootTrn | [JVM] open var rootTrn: String The Trimble Resource Name (TRN) of the root folder. |
| softDeleteRetention | [JVM] open var softDeleteRetention: SoftDeleteRetentionPeriod Duration of soft deleted resources being retained before being permanently. |
| spaceMembershipBoundary | [JVM] open var spaceMembershipBoundary: SpaceMembershipBoundary Space membership boundary settings that allow space managers to restrict content access to space members. |
| statistics | [JVM] open var statistics: SpaceStatistics The statistics of the space. |
| storageMode | [JVM] open var storageMode: String The storage mode of the space that controls upload and file creation operations Supported values are: active┃read-only |
| storageModeUpdatedAt | [JVM] open var storageModeUpdatedAt: Date The timestamp when the storage mode was last updated |
| storageModeUpdatedBy | [JVM] open var storageModeUpdatedBy: AclIdentity The TRN of the user who last updated the storage mode |
| type | [JVM] open var type: ResourceType The type of the space. |
| updatedAt | [JVM] open var updatedAt: Date Update date of the space. |
| updatedBy | [JVM] open var updatedBy: AclIdentity The TRN of the application/device/user that last updated this resource. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |