Class: TencentCloud::Gaap::V20180529::DescribeRegionAndPriceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::DescribeRegionAndPriceRequest
- Defined in:
- lib/v20180529/models.rb
Overview
DescribeRegionAndPrice请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ipaddressversion = nil, packagetype = nil) ⇒ DescribeRegionAndPriceRequest
constructor
A new instance of DescribeRegionAndPriceRequest.
Constructor Details
#initialize(ipaddressversion = nil, packagetype = nil) ⇒ DescribeRegionAndPriceRequest
Returns a new instance of DescribeRegionAndPriceRequest.
3908 3909 3910 3911 |
# File 'lib/v20180529/models.rb', line 3908 def initialize(ipaddressversion=nil, packagetype=nil) @IPAddressVersion = ipaddressversion @PackageType = packagetype end |
Instance Attribute Details
#IPAddressVersion ⇒ Object
3906 3907 3908 |
# File 'lib/v20180529/models.rb', line 3906 def IPAddressVersion @IPAddressVersion end |
#PackageType ⇒ Object
3906 3907 3908 |
# File 'lib/v20180529/models.rb', line 3906 def PackageType @PackageType end |
Instance Method Details
#deserialize(params) ⇒ Object
3913 3914 3915 3916 |
# File 'lib/v20180529/models.rb', line 3913 def deserialize(params) @IPAddressVersion = params['IPAddressVersion'] @PackageType = params['PackageType'] end |