Class: TencentCloud::Cme::V20191029::TaskBaseInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::TaskBaseInfo
- Defined in:
- lib/v20191029/models.rb
Overview
任务基础信息。
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
- VIDEO_EDIT_PROJECT_EXPORT:项目导出。
- PROCESSING:处理中:
- SUCCESS:成功;
- FAIL:失败。
- 0:成功;
- 其他值:失败。
. -
#ErrCode ⇒ Object
- VIDEO_EDIT_PROJECT_EXPORT:项目导出。
- PROCESSING:处理中:
- SUCCESS:成功;
- FAIL:失败。
- 0:成功;
- 其他值:失败。
. -
#ErrMsg ⇒ Object
- VIDEO_EDIT_PROJECT_EXPORT:项目导出。
- PROCESSING:处理中:
- SUCCESS:成功;
- FAIL:失败。
- 0:成功;
- 其他值:失败。
. -
#Progress ⇒ Object
- VIDEO_EDIT_PROJECT_EXPORT:项目导出。
- PROCESSING:处理中:
- SUCCESS:成功;
- FAIL:失败。
- 0:成功;
- 其他值:失败。
. -
#Status ⇒ Object
- VIDEO_EDIT_PROJECT_EXPORT:项目导出。
- PROCESSING:处理中:
- SUCCESS:成功;
- FAIL:失败。
- 0:成功;
- 其他值:失败。
. -
#TaskId ⇒ Object
- VIDEO_EDIT_PROJECT_EXPORT:项目导出。
- PROCESSING:处理中:
- SUCCESS:成功;
- FAIL:失败。
- 0:成功;
- 其他值:失败。
. -
#TaskType ⇒ Object
- VIDEO_EDIT_PROJECT_EXPORT:项目导出。
- PROCESSING:处理中:
- SUCCESS:成功;
- FAIL:失败。
- 0:成功;
- 其他值:失败。
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, tasktype = nil, status = nil, progress = nil, errcode = nil, errmsg = nil, createtime = nil) ⇒ TaskBaseInfo
constructor
A new instance of TaskBaseInfo.
Constructor Details
#initialize(taskid = nil, tasktype = nil, status = nil, progress = nil, errcode = nil, errmsg = nil, createtime = nil) ⇒ TaskBaseInfo
Returns a new instance of TaskBaseInfo.
6009 6010 6011 6012 6013 6014 6015 6016 6017 |
# File 'lib/v20191029/models.rb', line 6009 def initialize(taskid=nil, tasktype=nil, status=nil, progress=nil, errcode=nil, errmsg=nil, createtime=nil) @TaskId = taskid @TaskType = tasktype @Status = status @Progress = progress @ErrCode = errcode @ErrMsg = errmsg @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
6007 6008 6009 |
# File 'lib/v20191029/models.rb', line 6007 def CreateTime @CreateTime end |
#ErrCode ⇒ Object
6007 6008 6009 |
# File 'lib/v20191029/models.rb', line 6007 def ErrCode @ErrCode end |
#ErrMsg ⇒ Object
6007 6008 6009 |
# File 'lib/v20191029/models.rb', line 6007 def ErrMsg @ErrMsg end |
#Progress ⇒ Object
6007 6008 6009 |
# File 'lib/v20191029/models.rb', line 6007 def Progress @Progress end |
#Status ⇒ Object
6007 6008 6009 |
# File 'lib/v20191029/models.rb', line 6007 def Status @Status end |
#TaskId ⇒ Object
6007 6008 6009 |
# File 'lib/v20191029/models.rb', line 6007 def TaskId @TaskId end |
#TaskType ⇒ Object
6007 6008 6009 |
# File 'lib/v20191029/models.rb', line 6007 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
6019 6020 6021 6022 6023 6024 6025 6026 6027 |
# File 'lib/v20191029/models.rb', line 6019 def deserialize(params) @TaskId = params['TaskId'] @TaskType = params['TaskType'] @Status = params['Status'] @Progress = params['Progress'] @ErrCode = params['ErrCode'] @ErrMsg = params['ErrMsg'] @CreateTime = params['CreateTime'] end |