class Azure::Labservices::Mgmt::V2018_10_15::Models::OperationBatchStatusPayload

Payload to get the status of an operation

Attributes

urls[RW]

@return [Array<String>] The operation url of long running operation

Private Class Methods

mapper() click to toggle source

Mapper for OperationBatchStatusPayload class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-10-15/generated/azure_mgmt_labservices/models/operation_batch_status_payload.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'OperationBatchStatusPayload',
    type: {
      name: 'Composite',
      class_name: 'OperationBatchStatusPayload',
      model_properties: {
        urls: {
          client_side_validation: true,
          required: true,
          serialized_name: 'urls',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        }
      }
    }
  }
end