Class: TencentCloud::Ckafka::V20190819::Group
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::Group
- Defined in:
- lib/v20190819/models.rb
Overview
组实体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupname = nil) ⇒ Group
constructor
A new instance of Group.
Constructor Details
#initialize(groupname = nil) ⇒ Group
Returns a new instance of Group.
7276 7277 7278 |
# File 'lib/v20190819/models.rb', line 7276 def initialize(groupname=nil) @GroupName = groupname end |
Instance Attribute Details
#GroupName ⇒ Object
7274 7275 7276 |
# File 'lib/v20190819/models.rb', line 7274 def GroupName @GroupName end |
Instance Method Details
#deserialize(params) ⇒ Object
7280 7281 7282 |
# File 'lib/v20190819/models.rb', line 7280 def deserialize(params) @GroupName = params['GroupName'] end |