Class: Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties
- Inherits:
-
Object
- Object
- Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2015-12-01/generated/azure_mgmt_features/models/feature_properties.rb
Overview
Information about feature.
Instance Attribute Summary collapse
-
#state ⇒ String
subscription.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for FeatureProperties class as Ruby Hash.
Instance Attribute Details
#state ⇒ String
subscription.
17 18 19 |
# File 'lib/2015-12-01/generated/azure_mgmt_features/models/feature_properties.rb', line 17 def state @state end |
Class Method Details
.mapper ⇒ Object
Mapper for FeatureProperties class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2015-12-01/generated/azure_mgmt_features/models/feature_properties.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FeatureProperties', type: { name: 'Composite', class_name: 'FeatureProperties', model_properties: { state: { client_side_validation: true, required: false, serialized_name: 'state', type: { name: 'String' } } } } } end |