Class: TencentCloud::Iotvideoindustry::V20201201::DescribeIPCChannelsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeIPCChannelsRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeIPCChannels请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, deviceid = nil, channeltypes = nil) ⇒ DescribeIPCChannelsRequest
constructor
A new instance of DescribeIPCChannelsRequest.
Constructor Details
#initialize(offset = nil, limit = nil, deviceid = nil, channeltypes = nil) ⇒ DescribeIPCChannelsRequest
Returns a new instance of DescribeIPCChannelsRequest.
2655 2656 2657 2658 2659 2660 |
# File 'lib/v20201201/models.rb', line 2655 def initialize(offset=nil, limit=nil, deviceid=nil, channeltypes=nil) @Offset = offset @Limit = limit @DeviceId = deviceid @ChannelTypes = channeltypes end |
Instance Attribute Details
#ChannelTypes ⇒ Object
2653 2654 2655 |
# File 'lib/v20201201/models.rb', line 2653 def ChannelTypes @ChannelTypes end |
#DeviceId ⇒ Object
2653 2654 2655 |
# File 'lib/v20201201/models.rb', line 2653 def DeviceId @DeviceId end |
#Limit ⇒ Object
2653 2654 2655 |
# File 'lib/v20201201/models.rb', line 2653 def Limit @Limit end |
#Offset ⇒ Object
2653 2654 2655 |
# File 'lib/v20201201/models.rb', line 2653 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
2662 2663 2664 2665 2666 2667 |
# File 'lib/v20201201/models.rb', line 2662 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @DeviceId = params['DeviceId'] @ChannelTypes = params['ChannelTypes'] end |