class Azure::Signalr::Mgmt::V2020_05_01::Models::OperationProperties

Extra Operation properties.

Attributes

service_specification[RW]

@return [ServiceSpecification] The service specifications.

Private Class Methods

mapper() click to toggle source

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

# File lib/2020-05-01/generated/azure_mgmt_signalr/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