Sha256: eee9c6fc3f76c2de6849272e74830caed4cca1d837125173407af2963c684e05
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Security::Mgmt::V2018_06_01 module Models # # List of pricing configurations response. # class PricingList include MsRestAzure # @return [Array<Pricing>] List of pricing configurations attr_accessor :value # # Mapper for PricingList class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_security-0.19.0 | lib/2018-06-01/generated/azure_mgmt_security/models/pricing_list.rb |