Class: TencentCloud::Teo::V20220901::BillingDataFilter

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220901/models.rb

Overview

计费数据过滤条件。

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#TypeObject

Parameters:

  • Type:

    参数名称。

  • Value:

    参数值。



1414
1415
1416
# File 'lib/v20220901/models.rb', line 1414

def Type
  @Type
end

#ValueObject

Parameters:

  • Type:

    参数名称。

  • Value:

    参数值。



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