Class: TencentCloud::Billing::V20180709::BillInstanceType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BillInstanceType
- Defined in:
- lib/v20180709/models.rb
Overview
实例类型筛选列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instancetype = nil, instancetypename = nil) ⇒ BillInstanceType
constructor
A new instance of BillInstanceType.
Constructor Details
#initialize(instancetype = nil, instancetypename = nil) ⇒ BillInstanceType
Returns a new instance of BillInstanceType.
2784 2785 2786 2787 |
# File 'lib/v20180709/models.rb', line 2784 def initialize(instancetype=nil, instancetypename=nil) @InstanceType = instancetype @InstanceTypeName = instancetypename end |
Instance Attribute Details
#InstanceType ⇒ Object
2782 2783 2784 |
# File 'lib/v20180709/models.rb', line 2782 def InstanceType @InstanceType end |
#InstanceTypeName ⇒ Object
2782 2783 2784 |
# File 'lib/v20180709/models.rb', line 2782 def InstanceTypeName @InstanceTypeName end |
Instance Method Details
#deserialize(params) ⇒ Object
2789 2790 2791 2792 |
# File 'lib/v20180709/models.rb', line 2789 def deserialize(params) @InstanceType = params['InstanceType'] @InstanceTypeName = params['InstanceTypeName'] end |