class Azure::Features::Mgmt::V2015_12_01::Models::FeatureResult
Previewed feature information.
Attributes
id[RW]
@return [String] The resource ID of the feature.
name[RW]
@return [String] The name of the feature.
properties[RW]
@return [FeatureProperties] Properties of the previewed feature.
type[RW]
@return [String] The resource type of the feature.
Private Class Methods
mapper()
click to toggle source
Mapper for FeatureResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-12-01/generated/azure_mgmt_features/models/feature_result.rb, line 32 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FeatureResult', type: { name: 'Composite', class_name: 'FeatureResult', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, properties: { client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'FeatureProperties' } }, id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } } } } } end