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