Class: TencentCloud::Cls::V20201016::MetaTagInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::MetaTagInfo
- Defined in:
- lib/v20201016/models.rb
Overview
元数据信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ MetaTagInfo
constructor
A new instance of MetaTagInfo.
Constructor Details
#initialize(key = nil, value = nil) ⇒ MetaTagInfo
Returns a new instance of MetaTagInfo.
12678 12679 12680 12681 |
# File 'lib/v20201016/models.rb', line 12678 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
12676 12677 12678 |
# File 'lib/v20201016/models.rb', line 12676 def Key @Key end |
#Value ⇒ Object
12676 12677 12678 |
# File 'lib/v20201016/models.rb', line 12676 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12683 12684 12685 12686 |
# File 'lib/v20201016/models.rb', line 12683 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |