Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalFileJobResponse
MinimalFileJobResponse
[JVM]
open class MinimalFileJobResponse
Represents a response for file asynchronous operations.
Constructors
| MinimalFileJobResponse | [JVM] constructor(jobId: UUID, response: MinimalFile) Constructor for MinimalFileJobResponse |
Properties
| Name | Summary |
|---|---|
| jobId | [JVM] open val jobId: UUID Job ID for the operation. |
| response | [JVM] open val response: MinimalFile Minimal File Response. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |