Class: TencentCloud::Ccc::V20200210::TransferToManualResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::TransferToManualResponse
- Defined in:
- lib/v20200210/models.rb
Overview
TransferToManual返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ TransferToManualResponse
constructor
A new instance of TransferToManualResponse.
Constructor Details
#initialize(requestid = nil) ⇒ TransferToManualResponse
Returns a new instance of TransferToManualResponse.
7263 7264 7265 |
# File 'lib/v20200210/models.rb', line 7263 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7261 7262 7263 |
# File 'lib/v20200210/models.rb', line 7261 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7267 7268 7269 |
# File 'lib/v20200210/models.rb', line 7267 def deserialize(params) @RequestId = params['RequestId'] end |