Get Job Result
data class GetJobResult(val cancellationReason: String, val deliveryInfo: JobDeliveryInfoResponse? = null, val deliveryType: String? = null, val details: Any? = null, val error: CloudErrorResponse, val id: String, val identity: ResourceIdentityResponse? = null, val isCancellable: Boolean, val isCancellableWithoutFee: Boolean, val isDeletable: Boolean, val isPrepareToShipEnabled: Boolean, val isShippingAddressEditable: Boolean, val location: String, val name: String, val sku: SkuResponse, val startTime: String, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val transferType: String, val type: String)
Job Resource.
Constructors
Link copied to clipboard
constructor(cancellationReason: String, deliveryInfo: JobDeliveryInfoResponse? = null, deliveryType: String? = null, details: Any? = null, error: CloudErrorResponse, id: String, identity: ResourceIdentityResponse? = null, isCancellable: Boolean, isCancellableWithoutFee: Boolean, isDeletable: Boolean, isPrepareToShipEnabled: Boolean, isShippingAddressEditable: Boolean, location: String, name: String, sku: SkuResponse, startTime: String, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, transferType: String, type: String)
Properties
Link copied to clipboard
Reason for cancellation.
Link copied to clipboard
Delivery Info of Job.
Link copied to clipboard
Delivery type of Job.
Link copied to clipboard
Top level error for the job.
Link copied to clipboard
Msi identity of the resource
Link copied to clipboard
Describes whether the job is cancellable or not.
Link copied to clipboard
Flag to indicate cancellation of scheduled job.
Link copied to clipboard
Describes whether the job is deletable or not.
Link copied to clipboard
Is Prepare To Ship Enabled on this job
Link copied to clipboard
Describes whether the shipping address is editable or not.
Link copied to clipboard
Link copied to clipboard
The sku type.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
Type of the data transfer.