Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalFile

MinimalFile

[JVM]
open class MinimalFile

Represents a file response.

Constructors

MinimalFile[JVM]
constructor()

Properties

NameSummary
createdAt[JVM]
open var createdAt: Date
Creation date of the file.
createdBy[JVM]
open var createdBy: AclIdentity
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 file.
id[JVM]
open var id: UUID
Retrieves the unique identifier of the file.
name[JVM]
open var name: String
Retrieves the name of the file.
resourceTrn[JVM]
open var resourceTrn: String
The Trimble Resource Name (TRN) of the file.
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 file is stored.
type[JVM]
open var type: ResourceType
Retrieves the type of the resource.
updatedAt[JVM]
open var updatedAt: Date
Update date of the file.
updatedBy[JVM]
open var updatedBy: AclIdentity
userTrn (string) or applicationTrn (string) or deviceTrn
version[JVM]
open var version: String
Retrieves the version of the file.

Functions

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