Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalFolder

MinimalFolder

[JVM]
open class MinimalFolder

Represents a folder with minimal information.

Constructors

MinimalFolder[JVM]
constructor()

Properties

NameSummary
createdAt[JVM]
open var createdAt: Date
createdBy[JVM]
open var createdBy: AclIdentity
Retrieves userTrn (string) or applicationTrn (string) or deviceTrn
deleted[JVM]
open var deleted: Boolean
True if the entity has been deleted.
deletedAt[JVM]
open var deletedAt: Date
Deletion date of the folder.
id[JVM]
open var id: UUID
Retrieves the unique identifier of the folder.
name[JVM]
open var name: String
Retrieves the name of the folder.
resourceTrn[JVM]
open var resourceTrn: String
The Trimble Resource Name (TRN) of the folder.
spaceId[JVM]
open var spaceId: UUID
Retrieves the unique identifier of the space.
spaceTrn[JVM]
open var spaceTrn: String
The Trimble Resource Name (TRN) of the space in which the folder is stored.
type[JVM]
open var type: ResourceType
Retrieves the type of the resource.
updatedAt[JVM]
open var updatedAt: Date
Update date of the folder.
updatedBy[JVM]
open var updatedBy: AclIdentity
Retrieves userTrn (string) or applicationTrn (string) or deviceTrn
version[JVM]
open var version: String
Retrieves the version of the folder.

Functions

NameSummary
toString[JVM]
open fun toString(): String