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.
3874 3875 3876 3877 3878 3879 3880 |
# File 'lib/v20201201/models.rb', line 3874 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
3872 3873 3874 |
# File 'lib/v20201201/models.rb', line 3872 def GroupId @GroupId end |
#GroupName ⇒ Object
3872 3873 3874 |
# File 'lib/v20201201/models.rb', line 3872 def GroupName @GroupName end |
#Limit ⇒ Object
3872 3873 3874 |
# File 'lib/v20201201/models.rb', line 3872 def Limit @Limit end |
#Offset ⇒ Object
3872 3873 3874 |
# File 'lib/v20201201/models.rb', line 3872 def Offset @Offset end |
#OnlyGroup ⇒ Object
3872 3873 3874 |
# File 'lib/v20201201/models.rb', line 3872 def OnlyGroup @OnlyGroup end |
Instance Method Details
#deserialize(params) ⇒ Object
3882 3883 3884 3885 3886 3887 3888 |
# File 'lib/v20201201/models.rb', line 3882 def deserialize(params) @GroupId = params['GroupId'] @GroupName = params['GroupName'] @Offset = params['Offset'] @Limit = params['Limit'] @OnlyGroup = params['OnlyGroup'] end |