Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/Checkout

Checkout

[JVM]
open class Checkout

Checkout attached to the file.

Constructors

Checkout[JVM]
constructor()

Properties

NameSummary
checkedOutAt[JVM]
open var checkedOutAt: Date
The date and time when the file was checked out.
checkedOutBy[JVM]
open var checkedOutBy: AclIdentity
The actor TRN who checked out the file.
reason[JVM]
open var reason: String
The reason for checking out the file.

Functions

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