Sha256: 6da5d144ea65b4ad42d26233c3d4ebfe45aa20942e90dbdf477dc2d228734f54
Contents?: true
Size: 1.78 KB
Versions: 3
Compression:
Stored size: 1.78 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::EventHub::Mgmt::V2014_09_01 module Models # # Parameters supplied to the Patch/update Namespace operation. # class NamespaceUpdateParameter include MsRestAzure # @return [Hash{String => String}] Resource tags attr_accessor :tags # @return [Sku] The sku of the created Namespace attr_accessor :sku # # Mapper for NamespaceUpdateParameter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NamespaceUpdateParameter', type: { name: 'Composite', class_name: 'NamespaceUpdateParameter', model_properties: { tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, sku: { client_side_validation: true, required: false, serialized_name: 'sku', type: { name: 'Composite', class_name: 'Sku' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems