Sha256: 42c1c19663567275e6edb2d067143ac4f6649f1ca5ca0caa2f41d89e14aff6d1
Contents?: true
Size: 1.78 KB
Versions: 6
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::NotificationHubs::Mgmt::V2017_04_01 module Models # # Parameters supplied to the Patch Namespace operation. # class NamespacePatchParameters include MsRestAzure # @return [Hash{String => String}] Resource tags attr_accessor :tags # @return [Sku] The sku of the created namespace attr_accessor :sku # # Mapper for NamespacePatchParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NamespacePatchParameters', type: { name: 'Composite', class_name: 'NamespacePatchParameters', 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
6 entries across 6 versions & 1 rubygems