Class: TencentCloud::Lcic::V20220817::DescribeGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DescribeGroupResponse
- Defined in:
- lib/v20220817/models.rb
Overview
DescribeGroup返回参数结构体
Instance Attribute Summary collapse
-
#GroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。.
-
#GroupName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。.
-
#GroupType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。.
-
#SubGroupIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。.
-
#TeacherId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, groupname = nil, teacherid = nil, grouptype = nil, subgroupids = nil, requestid = nil) ⇒ DescribeGroupResponse
constructor
A new instance of DescribeGroupResponse.
Constructor Details
#initialize(groupid = nil, groupname = nil, teacherid = nil, grouptype = nil, subgroupids = nil, requestid = nil) ⇒ DescribeGroupResponse
Returns a new instance of DescribeGroupResponse.
2138 2139 2140 2141 2142 2143 2144 2145 |
# File 'lib/v20220817/models.rb', line 2138 def initialize(groupid=nil, groupname=nil, teacherid=nil, grouptype=nil, subgroupids=nil, requestid=nil) @GroupId = groupid @GroupName = groupname @TeacherId = teacherid @GroupType = grouptype @SubGroupIds = subgroupids @RequestId = requestid end |
Instance Attribute Details
#GroupId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2136 2137 2138 |
# File 'lib/v20220817/models.rb', line 2136 def GroupId @GroupId end |
#GroupName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2136 2137 2138 |
# File 'lib/v20220817/models.rb', line 2136 def GroupName @GroupName end |
#GroupType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2136 2137 2138 |
# File 'lib/v20220817/models.rb', line 2136 def GroupType @GroupType end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2136 2137 2138 |
# File 'lib/v20220817/models.rb', line 2136 def RequestId @RequestId end |
#SubGroupIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2136 2137 2138 |
# File 'lib/v20220817/models.rb', line 2136 def SubGroupIds @SubGroupIds end |
#TeacherId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 0-基础群组 1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2136 2137 2138 |
# File 'lib/v20220817/models.rb', line 2136 def TeacherId @TeacherId end |
Instance Method Details
#deserialize(params) ⇒ Object
2147 2148 2149 2150 2151 2152 2153 2154 |
# File 'lib/v20220817/models.rb', line 2147 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @TeacherId = params['TeacherId'] @GroupType = params['GroupType'] @SubGroupIds = params['SubGroupIds'] @RequestId = params['RequestId'] end |