Class: TencentCloud::Lcic::V20220817::GroupInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::GroupInfo
- Defined in:
- lib/v20220817/models.rb
Overview
获取群组列表返回的群组信息
Instance Attribute Summary collapse
-
#GroupId ⇒ Object
0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。.
-
#GroupName ⇒ Object
0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。.
-
#GroupType ⇒ Object
0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。.
-
#SubGroupIds ⇒ Object
0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。.
-
#TeacherId ⇒ Object
0-基础群组 1-组合群组,若为1时会返回子群组ID列表 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, groupname = nil, teacherid = nil, grouptype = nil, subgroupids = nil) ⇒ GroupInfo
constructor
A new instance of GroupInfo.
Constructor Details
#initialize(groupid = nil, groupname = nil, teacherid = nil, grouptype = nil, subgroupids = nil) ⇒ GroupInfo
Returns a new instance of GroupInfo.
3590 3591 3592 3593 3594 3595 3596 |
# File 'lib/v20220817/models.rb', line 3590 def initialize(groupid=nil, groupname=nil, teacherid=nil, grouptype=nil, subgroupids=nil) @GroupId = groupid @GroupName = groupname @TeacherId = teacherid @GroupType = grouptype @SubGroupIds = subgroupids end |
Instance Attribute Details
#GroupId ⇒ Object
0-基础群组1-组合群组,若为1时会返回子群组ID列表注意:此字段可能返回 null,表示取不到有效值。
3588 3589 3590 |
# File 'lib/v20220817/models.rb', line 3588 def GroupId @GroupId end |
#GroupName ⇒ Object
0-基础群组1-组合群组,若为1时会返回子群组ID列表注意:此字段可能返回 null,表示取不到有效值。
3588 3589 3590 |
# File 'lib/v20220817/models.rb', line 3588 def GroupName @GroupName end |
#GroupType ⇒ Object
0-基础群组1-组合群组,若为1时会返回子群组ID列表注意:此字段可能返回 null,表示取不到有效值。
3588 3589 3590 |
# File 'lib/v20220817/models.rb', line 3588 def GroupType @GroupType end |
#SubGroupIds ⇒ Object
0-基础群组1-组合群组,若为1时会返回子群组ID列表注意:此字段可能返回 null,表示取不到有效值。
3588 3589 3590 |
# File 'lib/v20220817/models.rb', line 3588 def SubGroupIds @SubGroupIds end |
#TeacherId ⇒ Object
0-基础群组1-组合群组,若为1时会返回子群组ID列表注意:此字段可能返回 null,表示取不到有效值。
3588 3589 3590 |
# File 'lib/v20220817/models.rb', line 3588 def TeacherId @TeacherId end |
Instance Method Details
#deserialize(params) ⇒ Object
3598 3599 3600 3601 3602 3603 3604 |
# File 'lib/v20220817/models.rb', line 3598 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @TeacherId = params['TeacherId'] @GroupType = params['GroupType'] @SubGroupIds = params['SubGroupIds'] end |