Class: TencentCloud::Iotexplorer::V20190423::CreateCloudStorageAIServiceTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateCloudStorageAIServiceTaskResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateCloudStorageAIServiceTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ CreateCloudStorageAIServiceTaskResponse
constructor
A new instance of CreateCloudStorageAIServiceTaskResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ CreateCloudStorageAIServiceTaskResponse
Returns a new instance of CreateCloudStorageAIServiceTaskResponse.
1660 1661 1662 1663 |
# File 'lib/v20190423/models.rb', line 1660 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1658 1659 1660 |
# File 'lib/v20190423/models.rb', line 1658 def RequestId @RequestId end |
#TaskId ⇒ Object
1658 1659 1660 |
# File 'lib/v20190423/models.rb', line 1658 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
1665 1666 1667 1668 |
# File 'lib/v20190423/models.rb', line 1665 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |