Class: TencentCloud::Iotvideoindustry::V20201201::ChannelItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::ChannelItem
- Defined in:
- lib/v20201201/models.rb
Overview
GB28181通道
Instance Attribute Summary collapse
-
#ChannelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#DeviceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, channelid = nil) ⇒ ChannelItem
constructor
A new instance of ChannelItem.
Constructor Details
#initialize(deviceid = nil, channelid = nil) ⇒ ChannelItem
Returns a new instance of ChannelItem.
250 251 252 253 |
# File 'lib/v20201201/models.rb', line 250 def initialize(deviceid=nil, channelid=nil) @DeviceId = deviceid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
248 249 250 |
# File 'lib/v20201201/models.rb', line 248 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
248 249 250 |
# File 'lib/v20201201/models.rb', line 248 def DeviceId @DeviceId end |
Instance Method Details
#deserialize(params) ⇒ Object
255 256 257 258 |
# File 'lib/v20201201/models.rb', line 255 def deserialize(params) @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] end |