Skip to content

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

NameSummary
jobId[JVM]
open val jobId: UUID
Job ID for the operation.
response[JVM]
open val response: MinimalFile
Minimal File Response.

Functions

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