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.
4956 4957 4958 4959 |
# File 'lib/v20180317/models.rb', line 4956 def initialize(price=nil, requestid=nil) @Price = price @RequestId = requestid end |
Instance Attribute Details
#Price ⇒ Object
4954 4955 4956 |
# File 'lib/v20180317/models.rb', line 4954 def Price @Price end |
#RequestId ⇒ Object
4954 4955 4956 |
# File 'lib/v20180317/models.rb', line 4954 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4961 4962 4963 4964 4965 4966 4967 |
# File 'lib/v20180317/models.rb', line 4961 def deserialize(params) unless params['Price'].nil? @Price = Price.new @Price.deserialize(params['Price']) end @RequestId = params['RequestId'] end |