Sha256: 152153842600e5432f7bd4dad83b953ebcefb17aef764c87b3f57481036ab82a
Contents?: true
Size: 1.59 KB
Versions: 1
Compression:
Stored size: 1.59 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::ARM::NotificationHubs 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() { required: false, serialized_name: 'NamespacePatchParameters', type: { name: 'Composite', class_name: 'NamespacePatchParameters', 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_notification_hubs-0.14.0 | lib/generated/azure_mgmt_notification_hubs/models/namespace_patch_parameters.rb |