api/v1/restsdk/model_operation_container_update_operation_status_body.go (4 lines of code) (raw):

/* * operationcontainer.proto * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * API version: version not set * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package restsdk type OperationContainerUpdateOperationStatusBody struct { Status *OperationContainerStatus `json:"status,omitempty"` }