Class: TencentCloud::Billing::V20180709::BillTagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BillTagInfo
- Defined in:
- lib/v20180709/models.rb
Overview
账单 Tag 信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ BillTagInfo
constructor
A new instance of BillTagInfo.
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
#TagKey ⇒ Object
3163 3164 3165 |
# File 'lib/v20180709/models.rb', line 3163 def TagKey @TagKey end |
#TagValue ⇒ Object
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 |