Class: TencentCloud::Domain::V20180808::PriceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::PriceInfo
- Defined in:
- lib/v20180808/models.rb
Overview
域名价格信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tld = nil, year = nil, price = nil, realprice = nil, operation = nil) ⇒ PriceInfo
constructor
A new instance of PriceInfo.
Constructor Details
#initialize(tld = nil, year = nil, price = nil, realprice = nil, operation = nil) ⇒ PriceInfo
Returns a new instance of PriceInfo.
3712 3713 3714 3715 3716 3717 3718 |
# File 'lib/v20180808/models.rb', line 3712 def initialize(tld=nil, year=nil, price=nil, realprice=nil, operation=nil) @Tld = tld @Year = year @Price = price @RealPrice = realprice @Operation = operation end |
Instance Attribute Details
#Operation ⇒ Object
3710 3711 3712 |
# File 'lib/v20180808/models.rb', line 3710 def Operation @Operation end |
#Price ⇒ Object
3710 3711 3712 |
# File 'lib/v20180808/models.rb', line 3710 def Price @Price end |
#RealPrice ⇒ Object
3710 3711 3712 |
# File 'lib/v20180808/models.rb', line 3710 def RealPrice @RealPrice end |
#Tld ⇒ Object
3710 3711 3712 |
# File 'lib/v20180808/models.rb', line 3710 def Tld @Tld end |
#Year ⇒ Object
3710 3711 3712 |
# File 'lib/v20180808/models.rb', line 3710 def Year @Year end |
Instance Method Details
#deserialize(params) ⇒ Object
3720 3721 3722 3723 3724 3725 3726 |
# File 'lib/v20180808/models.rb', line 3720 def deserialize(params) @Tld = params['Tld'] @Year = params['Year'] @Price = params['Price'] @RealPrice = params['RealPrice'] @Operation = params['Operation'] end |