Class: TencentCloud::Essbasic::V20210526::CreateBatchOrganizationRegistrationTasksResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::CreateBatchOrganizationRegistrationTasksResponse
- Defined in:
- lib/v20210526/models.rb
Overview
CreateBatchOrganizationRegistrationTasks返回参数结构体
Instance Attribute Summary collapse
-
#ErrorMessages ⇒ Object
注:
如果有错误,则不会返回任务ID- 如果所有企业认证链接都成功生成,将不返回错误信息
- 如果存在任何错误,将返回具体的错误描述。(没有错误的企业返回空字符串)
-
#RequestId ⇒ Object
注:
如果有错误,则不会返回任务ID- 如果所有企业认证链接都成功生成,将不返回错误信息
- 如果存在任何错误,将返回具体的错误描述。(没有错误的企业返回空字符串)
-
#TaskId ⇒ Object
注:
如果有错误,则不会返回任务ID- 如果所有企业认证链接都成功生成,将不返回错误信息
- 如果存在任何错误,将返回具体的错误描述。(没有错误的企业返回空字符串)
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, errormessages = nil, requestid = nil) ⇒ CreateBatchOrganizationRegistrationTasksResponse
constructor
A new instance of CreateBatchOrganizationRegistrationTasksResponse.
Constructor Details
#initialize(taskid = nil, errormessages = nil, requestid = nil) ⇒ CreateBatchOrganizationRegistrationTasksResponse
Returns a new instance of CreateBatchOrganizationRegistrationTasksResponse.
5654 5655 5656 5657 5658 |
# File 'lib/v20210526/models.rb', line 5654 def initialize(taskid=nil, =nil, requestid=nil) @TaskId = taskid @ErrorMessages = @RequestId = requestid end |
Instance Attribute Details
#ErrorMessages ⇒ Object
注:如果有错误,则不会返回任务ID
- 如果所有企业认证链接都成功生成,将不返回错误信息
- 如果存在任何错误,将返回具体的错误描述。(没有错误的企业返回空字符串)
5652 5653 5654 |
# File 'lib/v20210526/models.rb', line 5652 def ErrorMessages @ErrorMessages end |
#RequestId ⇒ Object
注:如果有错误,则不会返回任务ID
- 如果所有企业认证链接都成功生成,将不返回错误信息
- 如果存在任何错误,将返回具体的错误描述。(没有错误的企业返回空字符串)
5652 5653 5654 |
# File 'lib/v20210526/models.rb', line 5652 def RequestId @RequestId end |
#TaskId ⇒ Object
注:如果有错误,则不会返回任务ID
- 如果所有企业认证链接都成功生成,将不返回错误信息
- 如果存在任何错误,将返回具体的错误描述。(没有错误的企业返回空字符串)
5652 5653 5654 |
# File 'lib/v20210526/models.rb', line 5652 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
5660 5661 5662 5663 5664 |
# File 'lib/v20210526/models.rb', line 5660 def deserialize(params) @TaskId = params['TaskId'] @ErrorMessages = params['ErrorMessages'] @RequestId = params['RequestId'] end |