Sha256: e803dd0f5f64da3f6d938e4b66ee95b5a498ff0167c34dff54d13d70ab07831b
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 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::ARM::Web module Models # # Enabled configuration. # class EnabledConfig include MsRestAzure # @return [Boolean] True if configuration is enabled, false if it is # disabled and null if configuration is not set. attr_accessor :enabled # # Mapper for EnabledConfig class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'EnabledConfig', type: { name: 'Composite', class_name: 'EnabledConfig', model_properties: { enabled: { required: false, serialized_name: 'enabled', type: { name: 'Boolean' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.14.0 | lib/generated/azure_mgmt_web/models/enabled_config.rb |