Class: TencentCloud::Lcic::V20220817::StartRecordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::StartRecordResponse
- Defined in:
- lib/v20220817/models.rb
Overview
StartRecord返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ StartRecordResponse
constructor
A new instance of StartRecordResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ StartRecordResponse
Returns a new instance of StartRecordResponse.
5138 5139 5140 5141 |
# File 'lib/v20220817/models.rb', line 5138 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5136 5137 5138 |
# File 'lib/v20220817/models.rb', line 5136 def RequestId @RequestId end |
#TaskId ⇒ Object
5136 5137 5138 |
# File 'lib/v20220817/models.rb', line 5136 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
5143 5144 5145 5146 |
# File 'lib/v20220817/models.rb', line 5143 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |