Sha256: 7eeef5e63d20022e6b6635a5c47d436bf7666600b3586aad780825efe32a0abb
Contents?: true
Size: 1.84 KB
Versions: 1
Compression:
Stored size: 1.84 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::IotHub module Models # # The properties of the EventHubConsumerGroupInfo object. # class EventHubConsumerGroupInfo include MsRestAzure # @return [Hash{String => String}] The tags. attr_accessor :tags # @return [String] The Event Hub-compatible consumer group identifier. attr_accessor :id # @return [String] The Event Hub-compatible 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.14.0 | lib/generated/azure_mgmt_iot_hub/models/event_hub_consumer_group_info.rb |