Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageAIServiceTasksRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190423/models.rb

Overview

DescribeCloudStorageAIServiceTasks请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
# File 'lib/v20190423/models.rb', line 4194

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

#ChannelIdObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def ChannelId
  @ChannelId
end

#DeviceNameObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def DeviceName
  @DeviceName
end

#DeviceNamesObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def DeviceNames
  @DeviceNames
end

#EndTimeObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def EndTime
  @EndTime
end

#FileURLExpireTimeObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def FileURLExpireTime
  @FileURLExpireTime
end

#LimitObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def Limit
  @Limit
end

#OffsetObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def Offset
  @Offset
end

#ProductIdObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def ProductId
  @ProductId
end

#ServiceTypeObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def ServiceType
  @ServiceType
end

#StartTimeObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def StartTime
  @StartTime
end

#StatusObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def Status
  @Status
end

#UserIdObject

若传入该参数,则响应中将包含所有文件的下载 URL



4192
4193
4194
# File 'lib/v20190423/models.rb', line 4192

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
# File 'lib/v20190423/models.rb', line 4209

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