Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageAIServiceTasksRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageAIServiceTasksRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeCloudStorageAIServiceTasks请求参数结构体
Instance Attribute Summary collapse
-
#ChannelId ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#DeviceName ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#DeviceNames ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#EndTime ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#FileURLExpireTime ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#Limit ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#Offset ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#ProductId ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#ServiceType ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#StartTime ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#Status ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
-
#UserId ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, servicetype = nil, limit = nil, offset = nil, status = nil, userid = nil, channelid = nil, devicenames = nil, starttime = nil, endtime = nil, fileurlexpiretime = nil) ⇒ DescribeCloudStorageAIServiceTasksRequest
constructor
A new instance of DescribeCloudStorageAIServiceTasksRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, servicetype = nil, limit = nil, offset = nil, status = nil, userid = nil, channelid = nil, devicenames = nil, starttime = nil, endtime = nil, fileurlexpiretime = nil) ⇒ DescribeCloudStorageAIServiceTasksRequest
Returns a new instance of DescribeCloudStorageAIServiceTasksRequest.
4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 |
# File 'lib/v20190423/models.rb', line 4182 def initialize(productid=nil, devicename=nil, servicetype=nil, limit=nil, offset=nil, status=nil, userid=nil, channelid=nil, devicenames=nil, starttime=nil, endtime=nil, fileurlexpiretime=nil) @ProductId = productid @DeviceName = devicename @ServiceType = servicetype @Limit = limit @Offset = offset @Status = status @UserId = userid @ChannelId = channelid @DeviceNames = devicenames @StartTime = starttime @EndTime = endtime @FileURLExpireTime = fileurlexpiretime end |
Instance Attribute Details
#ChannelId ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def DeviceName @DeviceName end |
#DeviceNames ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def DeviceNames @DeviceNames end |
#EndTime ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def EndTime @EndTime end |
#FileURLExpireTime ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def FileURLExpireTime @FileURLExpireTime end |
#Limit ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def Limit @Limit end |
#Offset ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def Offset @Offset end |
#ProductId ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def ProductId @ProductId end |
#ServiceType ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def ServiceType @ServiceType end |
#StartTime ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def StartTime @StartTime end |
#Status ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def Status @Status end |
#UserId ⇒ Object
若传入该参数,则响应中将包含所有文件的下载 URL
4180 4181 4182 |
# File 'lib/v20190423/models.rb', line 4180 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 |
# File 'lib/v20190423/models.rb', line 4197 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ServiceType = params['ServiceType'] @Limit = params['Limit'] @Offset = params['Offset'] @Status = params['Status'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] @DeviceNames = params['DeviceNames'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @FileURLExpireTime = params['FileURLExpireTime'] end |