Class: TencentCloud::Cdn::V20180606::DescribePushTasksRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DescribePushTasksRequest
- Defined in:
- lib/v20180606/models.rb
Overview
DescribePushTasks请求参数结构体
Instance Attribute Summary collapse
-
#Area ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码).
-
#EndTime ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码).
-
#Keyword ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码).
-
#Limit ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码).
-
#Offset ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码).
-
#StartTime ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码).
-
#Status ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码).
-
#TaskId ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码).
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, taskid = nil, keyword = nil, offset = nil, limit = nil, area = nil, status = nil) ⇒ DescribePushTasksRequest
constructor
A new instance of DescribePushTasksRequest.
Constructor Details
#initialize(starttime = nil, endtime = nil, taskid = nil, keyword = nil, offset = nil, limit = nil, area = nil, status = nil) ⇒ DescribePushTasksRequest
Returns a new instance of DescribePushTasksRequest.
5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 |
# File 'lib/v20180606/models.rb', line 5345 def initialize(starttime=nil, endtime=nil, taskid=nil, keyword=nil, offset=nil, limit=nil, area=nil, status=nil) @StartTime = starttime @EndTime = endtime @TaskId = taskid @Keyword = keyword @Offset = offset @Limit = limit @Area = area @Status = status end |
Instance Attribute Details
#Area ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码)
5343 5344 5345 |
# File 'lib/v20180606/models.rb', line 5343 def Area @Area end |
#EndTime ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码)
5343 5344 5345 |
# File 'lib/v20180606/models.rb', line 5343 def EndTime @EndTime end |
#Keyword ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码)
5343 5344 5345 |
# File 'lib/v20180606/models.rb', line 5343 def Keyword @Keyword end |
#Limit ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码)
5343 5344 5345 |
# File 'lib/v20180606/models.rb', line 5343 def Limit @Limit end |
#Offset ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码)
5343 5344 5345 |
# File 'lib/v20180606/models.rb', line 5343 def Offset @Offset end |
#StartTime ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码)
5343 5344 5345 |
# File 'lib/v20180606/models.rb', line 5343 def StartTime @StartTime end |
#Status ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码)
5343 5344 5345 |
# File 'lib/v20180606/models.rb', line 5343 def Status @Status end |
#TaskId ⇒ Object
TaskId 和起始时间必须指定一项 mainland:境内 overseas:境外 global:全球 fail:预热失败 done:预热成功 process:预热中 invalid: 预热无效(源站返回4xx或5xx状态码)
5343 5344 5345 |
# File 'lib/v20180606/models.rb', line 5343 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 |
# File 'lib/v20180606/models.rb', line 5356 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @TaskId = params['TaskId'] @Keyword = params['Keyword'] @Offset = params['Offset'] @Limit = params['Limit'] @Area = params['Area'] @Status = params['Status'] end |