Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/Job
Job
[JVM]
open class Job
Represents a Job Response.
Constructors
| Job | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| createdAt | [JVM] open var createdAt: Date Creation date of the job. |
| createdBy | [JVM] open var createdBy: AclIdentity The TRN of the application/device/user that created this resource. |
| id | [JVM] open var id: UUID Retrieves the unique identifier of the job. |
| message | [JVM] open var message: Any Retrieves the message of the job. |
| resourceTrn | [JVM] open var resourceTrn: String The Trimble Resource Name (TRN) of the job. |
| status | [JVM] open var status: JobStatus Retrieves the status of the job. |
| type | [JVM] open var type: JobType Retrieves the type of the job. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |