class Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationProperties

The details of operation.

Attributes

service_specification[RW]

@return [ServiceSpecification] The specification of the service.

Private Class Methods

mapper() click to toggle source

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

# File lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_properties.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'OperationProperties',
    type: {
      name: 'Composite',
      class_name: 'OperationProperties',
      model_properties: {
        service_specification: {
          client_side_validation: true,
          required: false,
          serialized_name: 'serviceSpecification',
          type: {
            name: 'Composite',
            class_name: 'ServiceSpecification'
          }
        }
      }
    }
  }
end