Class: TencentCloud::Iotexplorer::V20190423::ResetCloudStorageAIServiceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ResetCloudStorageAIServiceRequest
- Defined in:
- lib/v20190423/models.rb
Overview
ResetCloudStorageAIService请求参数结构体
Instance Attribute Summary collapse
-
#ChannelId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩.
-
-
#DeviceName ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩.
-
-
#ProductId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩.
-
-
#ServiceType ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩.
-
-
#UserId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测 - `Highlight`:视频浓缩.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, servicetype = nil, channelid = nil, userid = nil) ⇒ ResetCloudStorageAIServiceRequest
constructor
A new instance of ResetCloudStorageAIServiceRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, servicetype = nil, channelid = nil, userid = nil) ⇒ ResetCloudStorageAIServiceRequest
Returns a new instance of ResetCloudStorageAIServiceRequest.
12663 12664 12665 12666 12667 12668 12669 |
# File 'lib/v20190423/models.rb', line 12663 def initialize(productid=nil, devicename=nil, servicetype=nil, channelid=nil, userid=nil) @ProductId = productid @DeviceName = devicename @ServiceType = servicetype @ChannelId = channelid @UserId = userid end |
Instance Attribute Details
#ChannelId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
12661 12662 12663 |
# File 'lib/v20190423/models.rb', line 12661 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
12661 12662 12663 |
# File 'lib/v20190423/models.rb', line 12661 def DeviceName @DeviceName end |
#ProductId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
12661 12662 12663 |
# File 'lib/v20190423/models.rb', line 12661 def ProductId @ProductId end |
#ServiceType ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
12661 12662 12663 |
# File 'lib/v20190423/models.rb', line 12661 def ServiceType @ServiceType end |
#UserId ⇒ Object
-
‘RealtimeObjectDetect`:目标检测
-
‘Highlight`:视频浓缩
12661 12662 12663 |
# File 'lib/v20190423/models.rb', line 12661 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
12671 12672 12673 12674 12675 12676 12677 |
# File 'lib/v20190423/models.rb', line 12671 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ServiceType = params['ServiceType'] @ChannelId = params['ChannelId'] @UserId = params['UserId'] end |