Class: TencentCloud::Iotvideoindustry::V20201201::ChannelDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::ChannelDetail
- Defined in:
- lib/v20201201/models.rb
Overview
国标通道详细信息
Instance Attribute Summary collapse
- #BusinessGroupId ⇒ Object
- #ChannelCode ⇒ Object
- #ChannelId ⇒ Object
- #ChannelName ⇒ Object
- #ChannelType ⇒ Object
- #DeviceId ⇒ Object
- #ExtraInformation ⇒ Object
- #IsRecord ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelname = nil, channelid = nil, channeltype = nil, channelcode = nil, extrainformation = nil, status = nil, isrecord = nil, deviceid = nil, businessgroupid = nil) ⇒ ChannelDetail
constructor
A new instance of ChannelDetail.
Constructor Details
#initialize(channelname = nil, channelid = nil, channeltype = nil, channelcode = nil, extrainformation = nil, status = nil, isrecord = nil, deviceid = nil, businessgroupid = nil) ⇒ ChannelDetail
Returns a new instance of ChannelDetail.
190 191 192 193 194 195 196 197 198 199 200 |
# File 'lib/v20201201/models.rb', line 190 def initialize(channelname=nil, channelid=nil, channeltype=nil, channelcode=nil, extrainformation=nil, status=nil, isrecord=nil, deviceid=nil, businessgroupid=nil) @ChannelName = channelname @ChannelId = channelid @ChannelType = channeltype @ChannelCode = channelcode @ExtraInformation = extrainformation @Status = status @IsRecord = isrecord @DeviceId = deviceid @BusinessGroupId = businessgroupid end |
Instance Attribute Details
#BusinessGroupId ⇒ Object
188 189 190 |
# File 'lib/v20201201/models.rb', line 188 def BusinessGroupId @BusinessGroupId end |
#ChannelCode ⇒ Object
188 189 190 |
# File 'lib/v20201201/models.rb', line 188 def ChannelCode @ChannelCode end |
#ChannelId ⇒ Object
188 189 190 |
# File 'lib/v20201201/models.rb', line 188 def ChannelId @ChannelId end |
#ChannelName ⇒ Object
188 189 190 |
# File 'lib/v20201201/models.rb', line 188 def ChannelName @ChannelName end |
#ChannelType ⇒ Object
188 189 190 |
# File 'lib/v20201201/models.rb', line 188 def ChannelType @ChannelType end |
#DeviceId ⇒ Object
188 189 190 |
# File 'lib/v20201201/models.rb', line 188 def DeviceId @DeviceId end |
#ExtraInformation ⇒ Object
188 189 190 |
# File 'lib/v20201201/models.rb', line 188 def ExtraInformation @ExtraInformation end |
#IsRecord ⇒ Object
188 189 190 |
# File 'lib/v20201201/models.rb', line 188 def IsRecord @IsRecord end |
#Status ⇒ Object
188 189 190 |
# File 'lib/v20201201/models.rb', line 188 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
202 203 204 205 206 207 208 209 210 211 212 |
# File 'lib/v20201201/models.rb', line 202 def deserialize(params) @ChannelName = params['ChannelName'] @ChannelId = params['ChannelId'] @ChannelType = params['ChannelType'] @ChannelCode = params['ChannelCode'] @ExtraInformation = params['ExtraInformation'] @Status = params['Status'] @IsRecord = params['IsRecord'] @DeviceId = params['DeviceId'] @BusinessGroupId = params['BusinessGroupId'] end |