class Azure::Security::Mgmt::V2018_06_01::Models::PricingList

List of pricing configurations response.

Attributes

value[RW]

@return [Array<Pricing>] List of pricing configurations

Private Class Methods

mapper() click to toggle source

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

# File lib/2018-06-01/generated/azure_mgmt_security/models/pricing_list.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'PricingList',
    type: {
      name: 'Composite',
      class_name: 'PricingList',
      model_properties: {
        value: {
          client_side_validation: true,
          required: true,
          serialized_name: 'value',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'PricingElementType',
                type: {
                  name: 'Composite',
                  class_name: 'Pricing'
                }
            }
          }
        }
      }
    }
  }
end