Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalSpace
MinimalSpace
[JVM]
open class MinimalSpace
Represents a space response with minimal information.
Constructors
| MinimalSpace | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| createdAt | [JVM] open var createdAt: Date Creation date of the space. |
| createdBy | [JVM] open var createdBy: AclIdentity userTrn (string) or applicationTrn (string) or deviceTrn (string) (ActorTrn) |
| 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 |
| 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. |
| 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 userTrn (string) or applicationTrn (string) or deviceTrn (string) (ActorTrn) |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |