Class: TencentCloud::Billing::V20180709::BillComponent

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

Overview

组件类型筛选列表

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ComponentCodeObject

Parameters:

  • ComponentCode:

    组件类型编码

  • ComponentCodeName:

    组件类型:用户购买的产品或服务对应的组件大类



2194
2195
2196
# File 'lib/v20180709/models.rb', line 2194

def ComponentCode
  @ComponentCode
end

#ComponentCodeNameObject

Parameters:

  • ComponentCode:

    组件类型编码

  • ComponentCodeName:

    组件类型:用户购买的产品或服务对应的组件大类



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