Class: Azure::Kusto::Mgmt::V2019_05_15::Models::SkuDescriptionList
- Inherits:
-
Object
- Object
- Azure::Kusto::Mgmt::V2019_05_15::Models::SkuDescriptionList
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-05-15/generated/azure_mgmt_kusto/models/sku_description_list.rb
Overview
The list of the EngagementFabric SKU descriptions
Instance Attribute Summary collapse
-
#value ⇒ Array<SkuDescription>
SKU descriptions.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for SkuDescriptionList class as Ruby Hash.
Instance Attribute Details
#value ⇒ Array<SkuDescription>
16 17 18 |
# File 'lib/2019-05-15/generated/azure_mgmt_kusto/models/sku_description_list.rb', line 16 def value @value end |
Class Method Details
.mapper ⇒ Object
Mapper for SkuDescriptionList class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'lib/2019-05-15/generated/azure_mgmt_kusto/models/sku_description_list.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SkuDescriptionList', type: { name: 'Composite', class_name: 'SkuDescriptionList', model_properties: { value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SkuDescriptionElementType', type: { name: 'Composite', class_name: 'SkuDescription' } } } } } } } end |