class Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo
The properties of the EventHubConsumerGroupInfo
object.
Attributes
id[RW]
@return [String] The Event Hub-compatible consumer group identifier.
name[RW]
@return [String] The Event Hub-compatible consumer group name.
Public Class Methods
mapper()
click to toggle source
Mapper for EventHubConsumerGroupInfo
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-07-01/generated/azure_mgmt_iot_hub/models/event_hub_consumer_group_info.rb, line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EventHubConsumerGroupInfo', type: { name: 'Composite', class_name: 'EventHubConsumerGroupInfo', 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' } } } }, id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } } } } } end