Sha256: 1d36c9cabae9765bc605fa114f30eb366a9d9188db9db4b0ec9e75ce84d1c866
Contents?: true
Size: 1.83 KB
Versions: 3
Compression:
Stored size: 1.83 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::IotHub module Models # # The properties indicating the EventHubConsumerGroupInfo. # class EventHubConsumerGroupInfo include MsRestAzure # @return [Hash{String => String}] The tags. attr_accessor :tags # @return [String] The event hub consumer group identifier. attr_accessor :id # @return [String] The event hub consumer group name. attr_accessor :name # # Mapper for EventHubConsumerGroupInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'EventHubConsumerGroupInfo', type: { name: 'Composite', class_name: 'EventHubConsumerGroupInfo', model_properties: { tags: { required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, id: { required: false, serialized_name: 'id', type: { name: 'String' } }, name: { required: false, serialized_name: 'name', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems