Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageAIServiceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageAIServiceRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeCloudStorageAIService请求参数结构体
Instance Attribute Summary collapse
-
#ChannelId ⇒ Object
-
‘Highlight`:视频浓缩.
-
-
#DeviceName ⇒ Object
-
‘Highlight`:视频浓缩.
-
-
#ProductId ⇒ Object
-
‘Highlight`:视频浓缩.
-
-
#ServiceType ⇒ Object
-
‘Highlight`:视频浓缩.
-
-
#UserId ⇒ Object
-
‘Highlight`:视频浓缩.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, servicetype = nil, channelid = nil, userid = nil) ⇒ DescribeCloudStorageAIServiceRequest
constructor
A new instance of DescribeCloudStorageAIServiceRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, servicetype = nil, channelid = nil, userid = nil) ⇒ DescribeCloudStorageAIServiceRequest
Returns a new instance of DescribeCloudStorageAIServiceRequest.
4024 4025 4026 4027 4028 4029 4030 |
# File 'lib/v20190423/models.rb', line 4024 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
-
‘Highlight`:视频浓缩
4022 4023 4024 |
# File 'lib/v20190423/models.rb', line 4022 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
-
‘Highlight`:视频浓缩
4022 4023 4024 |
# File 'lib/v20190423/models.rb', line 4022 def DeviceName @DeviceName end |
#ProductId ⇒ Object
-
‘Highlight`:视频浓缩
4022 4023 4024 |
# File 'lib/v20190423/models.rb', line 4022 def ProductId @ProductId end |
#ServiceType ⇒ Object
-
‘Highlight`:视频浓缩
4022 4023 4024 |
# File 'lib/v20190423/models.rb', line 4022 def ServiceType @ServiceType end |
#UserId ⇒ Object
-
‘Highlight`:视频浓缩
4022 4023 4024 |
# File 'lib/v20190423/models.rb', line 4022 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4032 4033 4034 4035 4036 4037 4038 |
# File 'lib/v20190423/models.rb', line 4032 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ServiceType = params['ServiceType'] @ChannelId = params['ChannelId'] @UserId = params['UserId'] end |