Class: TencentCloud::Cwp::V20180228::CreateBuyBindTaskResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::CreateBuyBindTaskResponse
- Defined in:
- lib/v20180228/models.rb
Overview
CreateBuyBindTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateBuyBindTaskResponse
constructor
A new instance of CreateBuyBindTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateBuyBindTaskResponse
Returns a new instance of CreateBuyBindTaskResponse.
5506 5507 5508 |
# File 'lib/v20180228/models.rb', line 5506 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5504 5505 5506 |
# File 'lib/v20180228/models.rb', line 5504 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5510 5511 5512 |
# File 'lib/v20180228/models.rb', line 5510 def deserialize(params) @RequestId = params['RequestId'] end |