Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/Lock

Lock

[JVM]
open class Lock

Represents lock details for a file.

Constructors

Lock[JVM]
constructor()

Properties

NameSummary
lockedAt[JVM]
open var lockedAt: Date
The date and time when the file was locked.
lockedBy[JVM]
open var lockedBy: String
The TRN (Trimble Resource Name) of the user/device/application that locked this file.
reason[JVM]
open var reason: String
The reason for locking the file.

Functions

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