Class: TencentCloud::Iotvideoindustry::V20201201::DescribeSubGroupsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeSubGroupsRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeSubGroups请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, groupname = nil, offset = nil, limit = nil, onlygroup = nil) ⇒ DescribeSubGroupsRequest
constructor
A new instance of DescribeSubGroupsRequest.
Constructor Details
#initialize(groupid = nil, groupname = nil, offset = nil, limit = nil, onlygroup = nil) ⇒ DescribeSubGroupsRequest
Returns a new instance of DescribeSubGroupsRequest.
3775 3776 3777 3778 3779 3780 3781 |
# File 'lib/v20201201/models.rb', line 3775 def initialize(groupid=nil, groupname=nil, offset=nil, limit=nil, onlygroup=nil) @GroupId = groupid @GroupName = groupname @Offset = offset @Limit = limit @OnlyGroup = onlygroup end |
Instance Attribute Details
#GroupId ⇒ Object
3773 3774 3775 |
# File 'lib/v20201201/models.rb', line 3773 def GroupId @GroupId end |
#GroupName ⇒ Object
3773 3774 3775 |
# File 'lib/v20201201/models.rb', line 3773 def GroupName @GroupName end |
#Limit ⇒ Object
3773 3774 3775 |
# File 'lib/v20201201/models.rb', line 3773 def Limit @Limit end |
#Offset ⇒ Object
3773 3774 3775 |
# File 'lib/v20201201/models.rb', line 3773 def Offset @Offset end |
#OnlyGroup ⇒ Object
3773 3774 3775 |
# File 'lib/v20201201/models.rb', line 3773 def OnlyGroup @OnlyGroup end |
Instance Method Details
#deserialize(params) ⇒ Object
3783 3784 3785 3786 3787 3788 3789 |
# File 'lib/v20201201/models.rb', line 3783 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @Offset = params['Offset'] @Limit = params['Limit'] @OnlyGroup = params['OnlyGroup'] end |