Class: TencentCloud::Ckafka::V20190819::Group

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

Overview

组实体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#GroupNameObject

Parameters:

  • GroupName:

    消费分组名称



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