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.
4774 4775 4776 4777 |
# File 'lib/v20180317/models.rb', line 4774 def initialize(price=nil, requestid=nil) @Price = price @RequestId = requestid end |
Instance Attribute Details
#Price ⇒ Object
4772 4773 4774 |
# File 'lib/v20180317/models.rb', line 4772 def Price @Price end |
#RequestId ⇒ Object
4772 4773 4774 |
# File 'lib/v20180317/models.rb', line 4772 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4779 4780 4781 4782 4783 4784 4785 |
# File 'lib/v20180317/models.rb', line 4779 def deserialize(params) unless params['Price'].nil? @Price = Price.new @Price.deserialize(params['Price']) end @RequestId = params['RequestId'] end |