Sha256: 2765e05ce80c9a393dec58b4beeb187444b54d8b2b47d92e1d086e3b3a765539
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 KB
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::Features module Models # # Previewed feature information. # class FeatureProperties include MsRestAzure # @return [String] Gets or sets the state of the previewed feature. attr_accessor :state # # Mapper for FeatureProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'FeatureProperties', type: { name: 'Composite', class_name: 'FeatureProperties', model_properties: { state: { required: false, serialized_name: 'state', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems