Class: TencentCloud::Iotvideoindustry::V20201201::DeleteChannelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DeleteChannelRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DeleteChannel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, channelid = nil) ⇒ DeleteChannelRequest
constructor
A new instance of DeleteChannelRequest.
Constructor Details
#initialize(deviceid = nil, channelid = nil) ⇒ DeleteChannelRequest
Returns a new instance of DeleteChannelRequest.
1042 1043 1044 1045 |
# File 'lib/v20201201/models.rb', line 1042 def initialize(deviceid=nil, channelid=nil) @DeviceId = deviceid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
1040 1041 1042 |
# File 'lib/v20201201/models.rb', line 1040 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
1040 1041 1042 |
# File 'lib/v20201201/models.rb', line 1040 def DeviceId @DeviceId end |
Instance Method Details
#deserialize(params) ⇒ Object
1047 1048 1049 1050 |
# File 'lib/v20201201/models.rb', line 1047 def deserialize(params) @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] end |