Class: TencentCloud::Lcic::V20220817::GroupBaseInfo

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

Overview

批量创建群组基础信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(groupname = nil, teacherid = nil) ⇒ GroupBaseInfo

Returns a new instance of GroupBaseInfo.



3561
3562
3563
3564
# File 'lib/v20220817/models.rb', line 3561

def initialize(groupname=nil, teacherid=nil)
  @GroupName = groupname
  @TeacherId = teacherid
end

Instance Attribute Details

#GroupNameObject

Parameters:

  • GroupName:

    待创建群组名

  • TeacherId:

    群组主讲人ID



3559
3560
3561
# File 'lib/v20220817/models.rb', line 3559

def GroupName
  @GroupName
end

#TeacherIdObject

Parameters:

  • GroupName:

    待创建群组名

  • TeacherId:

    群组主讲人ID



3559
3560
3561
# File 'lib/v20220817/models.rb', line 3559

def TeacherId
  @TeacherId
end

Instance Method Details

#deserialize(params) ⇒ Object



3566
3567
3568
3569
# File 'lib/v20220817/models.rb', line 3566

def deserialize(params)
  @GroupName = params['GroupName']
  @TeacherId = params['TeacherId']
end