Class: TencentCloud::Ckafka::V20190819::DescribeGroup

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190819/models.rb

Overview

DescribeGroup返回实体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(group = nil, protocol = nil) ⇒ DescribeGroup

Returns a new instance of DescribeGroup.



5085
5086
5087
5088
# File 'lib/v20190819/models.rb', line 5085

def initialize(group=nil, protocol=nil)
  @Group = group
  @Protocol = protocol
end

Instance Attribute Details

#GroupObject

Parameters:

  • 消费分组名称

  • 该 group 使用的协议。



5083
5084
5085
# File 'lib/v20190819/models.rb', line 5083

def Group
  @Group
end

#ProtocolObject

Parameters:

  • 消费分组名称

  • 该 group 使用的协议。



5083
5084
5085
# File 'lib/v20190819/models.rb', line 5083

def Protocol
  @Protocol
end

Instance Method Details

#deserialize(params) ⇒ Object



5090
5091
5092
5093
# File 'lib/v20190819/models.rb', line 5090

def deserialize(params)
  @Group = params['Group']
  @Protocol = params['Protocol']
end