Compute Instance Last Operation Response
data class ComputeInstanceLastOperationResponse(val operationName: String? = null, val operationStatus: String? = null, val operationTime: String? = null, val operationTrigger: String? = null)
The last operation on ComputeInstance.
Constructors
Link copied to clipboard
fun ComputeInstanceLastOperationResponse(operationName: String? = null, operationStatus: String? = null, operationTime: String? = null, operationTrigger: String? = null)