Class: TencentCloud::Weilingwith::V20230427::CameraExtendInfoRes
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::CameraExtendInfoRes
- Defined in:
- lib/v20230427/models.rb
Overview
视频扩展信息结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(savetype = nil, saveday = nil, liveresolution = nil, historyresolution = nil) ⇒ CameraExtendInfoRes
constructor
A new instance of CameraExtendInfoRes.
Constructor Details
#initialize(savetype = nil, saveday = nil, liveresolution = nil, historyresolution = nil) ⇒ CameraExtendInfoRes
Returns a new instance of CameraExtendInfoRes.
1247 1248 1249 1250 1251 1252 |
# File 'lib/v20230427/models.rb', line 1247 def initialize(savetype=nil, saveday=nil, liveresolution=nil, historyresolution=nil) @SaveType = savetype @SaveDay = saveday @LiveResolution = liveresolution @HistoryResolution = historyresolution end |
Instance Attribute Details
#HistoryResolution ⇒ Object
1245 1246 1247 |
# File 'lib/v20230427/models.rb', line 1245 def HistoryResolution @HistoryResolution end |
#LiveResolution ⇒ Object
1245 1246 1247 |
# File 'lib/v20230427/models.rb', line 1245 def LiveResolution @LiveResolution end |
#SaveDay ⇒ Object
1245 1246 1247 |
# File 'lib/v20230427/models.rb', line 1245 def SaveDay @SaveDay end |
#SaveType ⇒ Object
1245 1246 1247 |
# File 'lib/v20230427/models.rb', line 1245 def SaveType @SaveType end |
Instance Method Details
#deserialize(params) ⇒ Object
1254 1255 1256 1257 1258 1259 |
# File 'lib/v20230427/models.rb', line 1254 def deserialize(params) @SaveType = params['SaveType'] @SaveDay = params['SaveDay'] @LiveResolution = params['LiveResolution'] @HistoryResolution = params['HistoryResolution'] end |