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.



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

#ChannelIdObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def ChannelId
  @ChannelId
end

#DeviceNameObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def DeviceName
  @DeviceName
end

#DeviceNamesObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def DeviceNames
  @DeviceNames
end

#EndTimeObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def EndTime
  @EndTime
end

#FileURLExpireTimeObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def FileURLExpireTime
  @FileURLExpireTime
end

#LimitObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def Limit
  @Limit
end

#OffsetObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def Offset
  @Offset
end

#ProductIdObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def ProductId
  @ProductId
end

#ServiceTypeObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def ServiceType
  @ServiceType
end

#StartTimeObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def StartTime
  @StartTime
end

#StatusObject

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



4180
4181
4182
# File 'lib/v20190423/models.rb', line 4180

def Status
  @Status
end

#UserIdObject

若传入该参数,则响应中将包含所有文件的下载 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