Class: TencentCloud::Ckafka::V20190819::DescribeGroup
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DescribeGroup
- Defined in:
- lib/v20190819/models.rb
Overview
DescribeGroup返回实体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(group = nil, protocol = nil) ⇒ DescribeGroup
constructor
A new instance of DescribeGroup.
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
#Group ⇒ Object
5083 5084 5085 |
# File 'lib/v20190819/models.rb', line 5083 def Group @Group end |
#Protocol ⇒ Object
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 |