Class: TencentCloud::Billing::V20180709::BillComponent
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BillComponent
- Defined in:
- lib/v20180709/models.rb
Overview
组件类型筛选列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(componentcode = nil, componentcodename = nil) ⇒ BillComponent
constructor
A new instance of BillComponent.
Constructor Details
#initialize(componentcode = nil, componentcodename = nil) ⇒ BillComponent
Returns a new instance of BillComponent.
2196 2197 2198 2199 |
# File 'lib/v20180709/models.rb', line 2196 def initialize(componentcode=nil, componentcodename=nil) @ComponentCode = componentcode @ComponentCodeName = componentcodename end |
Instance Attribute Details
#ComponentCode ⇒ Object
2194 2195 2196 |
# File 'lib/v20180709/models.rb', line 2194 def ComponentCode @ComponentCode end |
#ComponentCodeName ⇒ Object
2194 2195 2196 |
# File 'lib/v20180709/models.rb', line 2194 def ComponentCodeName @ComponentCodeName end |
Instance Method Details
#deserialize(params) ⇒ Object
2201 2202 2203 2204 |
# File 'lib/v20180709/models.rb', line 2201 def deserialize(params) @ComponentCode = params['ComponentCode'] @ComponentCodeName = params['ComponentCodeName'] end |