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
fun GetJobResult(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)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard