Class: TencentCloud::Lighthouse::V20200324::InquirePriceCreateBlueprintResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::InquirePriceCreateBlueprintResponse
- Defined in:
- lib/v20200324/models.rb
Overview
InquirePriceCreateBlueprint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(blueprintprice = nil, requestid = nil) ⇒ InquirePriceCreateBlueprintResponse
constructor
A new instance of InquirePriceCreateBlueprintResponse.
Constructor Details
#initialize(blueprintprice = nil, requestid = nil) ⇒ InquirePriceCreateBlueprintResponse
Returns a new instance of InquirePriceCreateBlueprintResponse.
5492 5493 5494 5495 |
# File 'lib/v20200324/models.rb', line 5492 def initialize(blueprintprice=nil, requestid=nil) @BlueprintPrice = blueprintprice @RequestId = requestid end |
Instance Attribute Details
#BlueprintPrice ⇒ Object
5490 5491 5492 |
# File 'lib/v20200324/models.rb', line 5490 def BlueprintPrice @BlueprintPrice end |
#RequestId ⇒ Object
5490 5491 5492 |
# File 'lib/v20200324/models.rb', line 5490 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5497 5498 5499 5500 5501 5502 5503 |
# File 'lib/v20200324/models.rb', line 5497 def deserialize(params) unless params['BlueprintPrice'].nil? @BlueprintPrice = BlueprintPrice.new @BlueprintPrice.deserialize(params['BlueprintPrice']) end @RequestId = params['RequestId'] end |