class Azure::Labservices::Mgmt::V2018_10_15::Models::OperationBatchStatusResponseItem
Represents the status of an operation that used the batch API.
Attributes
operation_url[RW]
@return [String] status of the long running operation for an environment
status[RW]
@return [String] status of the long running operation for an environment
Private Class Methods
mapper()
click to toggle source
Mapper for OperationBatchStatusResponseItem
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-10-15/generated/azure_mgmt_labservices/models/operation_batch_status_response_item.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OperationBatchStatusResponseItem', type: { name: 'Composite', class_name: 'OperationBatchStatusResponseItem', model_properties: { operation_url: { client_side_validation: true, required: false, read_only: true, serialized_name: 'operationUrl', type: { name: 'String' } }, status: { client_side_validation: true, required: false, read_only: true, serialized_name: 'status', type: { name: 'String' } } } } } end