Class: TencentCloud::Billing::V20180709::BillTagInfo

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

Overview

账单 Tag 信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BillTagInfo.



3165
3166
3167
3168
# File 'lib/v20180709/models.rb', line 3165

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    分账标签键

  • TagValue:

    标签值



3163
3164
3165
# File 'lib/v20180709/models.rb', line 3163

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    分账标签键

  • TagValue:

    标签值



3163
3164
3165
# File 'lib/v20180709/models.rb', line 3163

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



3170
3171
3172
3173
# File 'lib/v20180709/models.rb', line 3170

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