Class: TencentCloud::Teo::V20220901::BillingDataFilter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::BillingDataFilter
- Defined in:
- lib/v20220901/models.rb
Overview
计费数据过滤条件。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, value = nil) ⇒ BillingDataFilter
constructor
A new instance of BillingDataFilter.
Constructor Details
#initialize(type = nil, value = nil) ⇒ BillingDataFilter
Returns a new instance of BillingDataFilter.
1416 1417 1418 1419 |
# File 'lib/v20220901/models.rb', line 1416 def initialize(type=nil, value=nil) @Type = type @Value = value end |
Instance Attribute Details
#Type ⇒ Object
1414 1415 1416 |
# File 'lib/v20220901/models.rb', line 1414 def Type @Type end |
#Value ⇒ Object
1414 1415 1416 |
# File 'lib/v20220901/models.rb', line 1414 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1421 1422 1423 1424 |
# File 'lib/v20220901/models.rb', line 1421 def deserialize(params) @Type = params['Type'] @Value = params['Value'] end |