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.
4874 4875 4876 4877 |
# File 'lib/v20180317/models.rb', line 4874 def initialize(price=nil, requestid=nil) @Price = price @RequestId = requestid end |
Instance Attribute Details
#Price ⇒ Object
4872 4873 4874 |
# File 'lib/v20180317/models.rb', line 4872 def Price @Price end |
#RequestId ⇒ Object
4872 4873 4874 |
# File 'lib/v20180317/models.rb', line 4872 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4879 4880 4881 4882 4883 4884 4885 |
# File 'lib/v20180317/models.rb', line 4879 def deserialize(params) unless params['Price'].nil? @Price = Price.new @Price.deserialize(params['Price']) end @RequestId = params['RequestId'] end |