Skip to content

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

NameSummary
jobId[JVM]
open val jobId: UUID
Job ID for the operation.
response[JVM]
open val response: MinimalFolder
Minimal folder response.

Functions

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