Class: TencentCloud::Billing::V20180709::BillTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BillTag
- Defined in:
- lib/v20180709/models.rb
Overview
标签筛选列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ BillTag
constructor
A new instance of BillTag.
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
#TagKey ⇒ Object
3143 3144 3145 |
# File 'lib/v20180709/models.rb', line 3143 def TagKey @TagKey end |
#TagValue ⇒ Object
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 |