Class: TencentCloud::Lcic::V20220817::GroupBaseInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::GroupBaseInfo
- Defined in:
- lib/v20220817/models.rb
Overview
批量创建群组基础信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupname = nil, teacherid = nil) ⇒ GroupBaseInfo
constructor
A new instance of GroupBaseInfo.
Constructor Details
#initialize(groupname = nil, teacherid = nil) ⇒ GroupBaseInfo
Returns a new instance of GroupBaseInfo.
3625 3626 3627 3628 |
# File 'lib/v20220817/models.rb', line 3625 def initialize(groupname=nil, teacherid=nil) @GroupName = groupname @TeacherId = teacherid end |
Instance Attribute Details
#GroupName ⇒ Object
3623 3624 3625 |
# File 'lib/v20220817/models.rb', line 3623 def GroupName @GroupName end |
#TeacherId ⇒ Object
3623 3624 3625 |
# File 'lib/v20220817/models.rb', line 3623 def TeacherId @TeacherId end |
Instance Method Details
#deserialize(params) ⇒ Object
3630 3631 3632 3633 |
# File 'lib/v20220817/models.rb', line 3630 def deserialize(params) @GroupName = params['GroupName'] @TeacherId = params['TeacherId'] end |