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.
4036 4037 4038 4039 4040 4041 4042 |
# File 'lib/v20190423/models.rb', line 4036 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:视频浓缩
4034 4035 4036 |
# File 'lib/v20190423/models.rb', line 4034 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
Highlight:视频浓缩
4034 4035 4036 |
# File 'lib/v20190423/models.rb', line 4034 def DeviceName @DeviceName end |
#ProductId ⇒ Object
Highlight:视频浓缩
4034 4035 4036 |
# File 'lib/v20190423/models.rb', line 4034 def ProductId @ProductId end |
#ServiceType ⇒ Object
Highlight:视频浓缩
4034 4035 4036 |
# File 'lib/v20190423/models.rb', line 4034 def ServiceType @ServiceType end |
#UserId ⇒ Object
Highlight:视频浓缩
4034 4035 4036 |
# File 'lib/v20190423/models.rb', line 4034 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4044 4045 4046 4047 4048 4049 4050 |
# File 'lib/v20190423/models.rb', line 4044 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ServiceType = params['ServiceType'] @ChannelId = params['ChannelId'] @UserId = params['UserId'] end |