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.
12679 12680 12681 12682 12683 12684 12685 |
# File 'lib/v20190423/models.rb', line 12679 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:视频浓缩
12677 12678 12679 |
# File 'lib/v20190423/models.rb', line 12677 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩
12677 12678 12679 |
# File 'lib/v20190423/models.rb', line 12677 def DeviceName @DeviceName end |
#ProductId ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩
12677 12678 12679 |
# File 'lib/v20190423/models.rb', line 12677 def ProductId @ProductId end |
#ServiceType ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩
12677 12678 12679 |
# File 'lib/v20190423/models.rb', line 12677 def ServiceType @ServiceType end |
#UserId ⇒ Object
RealtimeObjectDetect:目标检测Highlight:视频浓缩
12677 12678 12679 |
# File 'lib/v20190423/models.rb', line 12677 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
12687 12688 12689 12690 12691 12692 12693 |
# File 'lib/v20190423/models.rb', line 12687 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ServiceType = params['ServiceType'] @ChannelId = params['ChannelId'] @UserId = params['UserId'] end |