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.
860 861 862 863 864 865 |
# File 'lib/v20220817/models.rb', line 860 def initialize(groupname=nil, sdkappid=nil, subgroupids=nil, teacherid=nil) @GroupName = groupname @SdkAppId = sdkappid @SubGroupIds = subgroupids @TeacherId = teacherid end |
Instance Attribute Details
#GroupName ⇒ Object
858 859 860 |
# File 'lib/v20220817/models.rb', line 858 def GroupName @GroupName end |
#SdkAppId ⇒ Object
858 859 860 |
# File 'lib/v20220817/models.rb', line 858 def SdkAppId @SdkAppId end |
#SubGroupIds ⇒ Object
858 859 860 |
# File 'lib/v20220817/models.rb', line 858 def SubGroupIds @SubGroupIds end |
#TeacherId ⇒ Object
858 859 860 |
# File 'lib/v20220817/models.rb', line 858 def TeacherId @TeacherId end |
Instance Method Details
#deserialize(params) ⇒ Object
867 868 869 870 871 872 |
# File 'lib/v20220817/models.rb', line 867 def deserialize(params) @GroupName = params['GroupName'] @SdkAppId = params['SdkAppId'] @SubGroupIds = params['SubGroupIds'] @TeacherId = params['TeacherId'] end |