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.
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
#GroupName ⇒ Object
3559 3560 3561 |
# File 'lib/v20220817/models.rb', line 3559 def GroupName @GroupName end |
#TeacherId ⇒ Object
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 |