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.
2078 2079 2080 2081 2082 2083 2084 2085 |
# File 'lib/v20220817/models.rb', line 2078 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,表示取不到有效值。
2076 2077 2078 |
# File 'lib/v20220817/models.rb', line 2076 def GroupId @GroupId end |
#GroupName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。0-基础群组1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2076 2077 2078 |
# File 'lib/v20220817/models.rb', line 2076 def GroupName @GroupName end |
#GroupType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。0-基础群组1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2076 2077 2078 |
# File 'lib/v20220817/models.rb', line 2076 def GroupType @GroupType end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。0-基础群组1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2076 2077 2078 |
# File 'lib/v20220817/models.rb', line 2076 def RequestId @RequestId end |
#SubGroupIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。0-基础群组1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2076 2077 2078 |
# File 'lib/v20220817/models.rb', line 2076 def SubGroupIds @SubGroupIds end |
#TeacherId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。0-基础群组1-组合群组,若为1时会返回子群组ID 注意:此字段可能返回 null,表示取不到有效值。
2076 2077 2078 |
# File 'lib/v20220817/models.rb', line 2076 def TeacherId @TeacherId end |
Instance Method Details
#deserialize(params) ⇒ Object
2087 2088 2089 2090 2091 2092 2093 2094 |
# File 'lib/v20220817/models.rb', line 2087 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @TeacherId = params['TeacherId'] @GroupType = params['GroupType'] @SubGroupIds = params['SubGroupIds'] @RequestId = params['RequestId'] end |