Sha256: 71c074a005faa93b161c3c8f956f8e307ab216affab8fe803c15b13332cc5128
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 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 include MsRest::JSONable # @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.13.0 | lib/generated/azure_mgmt_web/models/enabled_config.rb |