Class: TencentCloud::Cr::V20180321::DescribeTaskStatusResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DescribeTaskStatusResponse
- Defined in:
- lib/v20180321/models.rb
Overview
DescribeTaskStatus返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskFileUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskResult ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskresult = nil, tasktype = nil, taskfileurl = nil, requestid = nil) ⇒ DescribeTaskStatusResponse
constructor
A new instance of DescribeTaskStatusResponse.
Constructor Details
#initialize(taskresult = nil, tasktype = nil, taskfileurl = nil, requestid = nil) ⇒ DescribeTaskStatusResponse
Returns a new instance of DescribeTaskStatusResponse.
957 958 959 960 961 962 |
# File 'lib/v20180321/models.rb', line 957 def initialize(taskresult=nil, tasktype=nil, taskfileurl=nil, requestid=nil) @TaskResult = taskresult @TaskType = tasktype @TaskFileUrl = taskfileurl @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
955 956 957 |
# File 'lib/v20180321/models.rb', line 955 def RequestId @RequestId end |
#TaskFileUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
955 956 957 |
# File 'lib/v20180321/models.rb', line 955 def TaskFileUrl @TaskFileUrl end |
#TaskResult ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
955 956 957 |
# File 'lib/v20180321/models.rb', line 955 def TaskResult @TaskResult end |
#TaskType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
955 956 957 |
# File 'lib/v20180321/models.rb', line 955 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
964 965 966 967 968 969 |
# File 'lib/v20180321/models.rb', line 964 def deserialize(params) @TaskResult = params['TaskResult'] @TaskType = params['TaskType'] @TaskFileUrl = params['TaskFileUrl'] @RequestId = params['RequestId'] end |