Class: TencentCloud::Iotvideoindustry::V20201201::DescribeGroupDevicesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeGroupDevicesRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeGroupDevices请求参数结构体
Instance Attribute Summary collapse
- #DeviceTypes ⇒ Object
- #GroupId ⇒ Object
- #Limit ⇒ Object
- #NickName ⇒ Object
- #Offset ⇒ Object
- #Recordable ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, offset = nil, limit = nil, nickname = nil, recordable = nil, devicetypes = nil) ⇒ DescribeGroupDevicesRequest
constructor
A new instance of DescribeGroupDevicesRequest.
Constructor Details
#initialize(groupid = nil, offset = nil, limit = nil, nickname = nil, recordable = nil, devicetypes = nil) ⇒ DescribeGroupDevicesRequest
Returns a new instance of DescribeGroupDevicesRequest.
2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'lib/v20201201/models.rb', line 2546 def initialize(groupid=nil, offset=nil, limit=nil, nickname=nil, recordable=nil, devicetypes=nil) @GroupId = groupid @Offset = offset @Limit = limit @NickName = nickname @Recordable = recordable @DeviceTypes = devicetypes end |
Instance Attribute Details
#DeviceTypes ⇒ Object
2544 2545 2546 |
# File 'lib/v20201201/models.rb', line 2544 def DeviceTypes @DeviceTypes end |
#GroupId ⇒ Object
2544 2545 2546 |
# File 'lib/v20201201/models.rb', line 2544 def GroupId @GroupId end |
#Limit ⇒ Object
2544 2545 2546 |
# File 'lib/v20201201/models.rb', line 2544 def Limit @Limit end |
#NickName ⇒ Object
2544 2545 2546 |
# File 'lib/v20201201/models.rb', line 2544 def NickName @NickName end |
#Offset ⇒ Object
2544 2545 2546 |
# File 'lib/v20201201/models.rb', line 2544 def Offset @Offset end |
#Recordable ⇒ Object
2544 2545 2546 |
# File 'lib/v20201201/models.rb', line 2544 def Recordable @Recordable end |
Instance Method Details
#deserialize(params) ⇒ Object
2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/v20201201/models.rb', line 2555 def deserialize(params) @GroupId = params['GroupId'] @Offset = params['Offset'] @Limit = params['Limit'] @NickName = params['NickName'] @Recordable = params['Recordable'] @DeviceTypes = params['DeviceTypes'] end |