class Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties

Information about feature.

Attributes

state[RW]

@return [String] The registration state of the feature for the subscription.

Private Class Methods

mapper() click to toggle source

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

# 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