Class: TencentCloud::Billing::V20180709::BillTag

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

Overview

标签筛选列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tagkey = nil, tagvalue = nil) ⇒ BillTag

Returns a new instance of BillTag.



3145
3146
3147
3148
# File 'lib/v20180709/models.rb', line 3145

def initialize(tagkey=nil, tagvalue=nil)
  @TagKey = tagkey
  @TagValue = tagvalue
end

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



3143
3144
3145
# File 'lib/v20180709/models.rb', line 3143

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



3143
3144
3145
# File 'lib/v20180709/models.rb', line 3143

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



3150
3151
3152
3153
# File 'lib/v20180709/models.rb', line 3150

def deserialize(params)
  @TagKey = params['TagKey']
  @TagValue = params['TagValue']
end