Class: TencentCloud::Lcic::V20220817::CreateGroupWithSubGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::CreateGroupWithSubGroupRequest
- Defined in:
- lib/v20220817/models.rb
Overview
CreateGroupWithSubGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupname = nil, sdkappid = nil, subgroupids = nil, teacherid = nil) ⇒ CreateGroupWithSubGroupRequest
constructor
A new instance of CreateGroupWithSubGroupRequest.
Constructor Details
#initialize(groupname = nil, sdkappid = nil, subgroupids = nil, teacherid = nil) ⇒ CreateGroupWithSubGroupRequest
Returns a new instance of CreateGroupWithSubGroupRequest.
816 817 818 819 820 821 |
# File 'lib/v20220817/models.rb', line 816 def initialize(groupname=nil, sdkappid=nil, subgroupids=nil, teacherid=nil) @GroupName = groupname @SdkAppId = sdkappid @SubGroupIds = subgroupids @TeacherId = teacherid end |
Instance Attribute Details
#GroupName ⇒ Object
814 815 816 |
# File 'lib/v20220817/models.rb', line 814 def GroupName @GroupName end |
#SdkAppId ⇒ Object
814 815 816 |
# File 'lib/v20220817/models.rb', line 814 def SdkAppId @SdkAppId end |
#SubGroupIds ⇒ Object
814 815 816 |
# File 'lib/v20220817/models.rb', line 814 def SubGroupIds @SubGroupIds end |
#TeacherId ⇒ Object
814 815 816 |
# File 'lib/v20220817/models.rb', line 814 def TeacherId @TeacherId end |
Instance Method Details
#deserialize(params) ⇒ Object
823 824 825 826 827 828 |
# File 'lib/v20220817/models.rb', line 823 def deserialize(params) @GroupName = params['GroupName'] @SdkAppId = params['SdkAppId'] @SubGroupIds = params['SubGroupIds'] @TeacherId = params['TeacherId'] end |