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.
1078 1079 1080 1081 |
# File 'lib/v20201201/models.rb', line 1078 def initialize(deviceid=nil, channelid=nil) @DeviceId = deviceid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
1076 1077 1078 |
# File 'lib/v20201201/models.rb', line 1076 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
1076 1077 1078 |
# File 'lib/v20201201/models.rb', line 1076 def DeviceId @DeviceId end |
Instance Method Details
#deserialize(params) ⇒ Object
1083 1084 1085 1086 |
# File 'lib/v20201201/models.rb', line 1083 def deserialize(params) @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] end |