class Azure::Labservices::Mgmt::V2018_10_15::Models::OperationStatusPayload

Payload to get the status of an operation

Attributes

operation_url[RW]

@return [String] The operation url of long running operation

Private Class Methods

mapper() click to toggle source

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

# File lib/2018-10-15/generated/azure_mgmt_labservices/models/operation_status_payload.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'OperationStatusPayload',
    type: {
      name: 'Composite',
      class_name: 'OperationStatusPayload',
      model_properties: {
        operation_url: {
          client_side_validation: true,
          required: true,
          serialized_name: 'operationUrl',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end