Sha256: 127f4b0a46accd92812ecb15b81dc572d509faf6a9eefe57d9a667236984e28f
Contents?: true
Size: 983 Bytes
Versions: 4
Compression:
Stored size: 983 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # 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] Enabled 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
4 entries across 4 versions & 1 rubygems