Class: TencentCloud::Clb::V20180317::InquiryPriceRefundLoadBalancerResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::InquiryPriceRefundLoadBalancerResponse
- Defined in:
- lib/v20180317/models.rb
Overview
InquiryPriceRefundLoadBalancer返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(price = nil, requestid = nil) ⇒ InquiryPriceRefundLoadBalancerResponse
constructor
A new instance of InquiryPriceRefundLoadBalancerResponse.
Constructor Details
#initialize(price = nil, requestid = nil) ⇒ InquiryPriceRefundLoadBalancerResponse
Returns a new instance of InquiryPriceRefundLoadBalancerResponse.
4838 4839 4840 4841 |
# File 'lib/v20180317/models.rb', line 4838 def initialize(price=nil, requestid=nil) @Price = price @RequestId = requestid end |
Instance Attribute Details
#Price ⇒ Object
4836 4837 4838 |
# File 'lib/v20180317/models.rb', line 4836 def Price @Price end |
#RequestId ⇒ Object
4836 4837 4838 |
# File 'lib/v20180317/models.rb', line 4836 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4843 4844 4845 4846 4847 4848 4849 |
# File 'lib/v20180317/models.rb', line 4843 def deserialize(params) unless params['Price'].nil? @Price = Price.new @Price.deserialize(params['Price']) end @RequestId = params['RequestId'] end |