Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalFolderJobResponse
MinimalFolderJobResponse
[JVM]
open class MinimalFolderJobResponse
Represents the response of minimal folder asynchronous operations.
Constructors
| MinimalFolderJobResponse | [JVM] constructor(jobId: UUID, response: MinimalFolder) Constructor for MinimalFolderJobResponse. |
Properties
| Name | Summary |
|---|---|
| jobId | [JVM] open val jobId: UUID Job ID for the operation. |
| response | [JVM] open val response: MinimalFolder Minimal folder response. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |