Class: TencentCloud::Cdn::V20180606::Tag
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::Tag
- Defined in:
- lib/v20180606/models.rb
Overview
域名标签配置
Instance Attribute Summary collapse
-
#TagKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TagValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tag
Returns a new instance of Tag.
13233 13234 13235 13236 |
# File 'lib/v20180606/models.rb', line 13233 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
13231 13232 13233 |
# File 'lib/v20180606/models.rb', line 13231 def TagKey @TagKey end |
#TagValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
13231 13232 13233 |
# File 'lib/v20180606/models.rb', line 13231 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
13238 13239 13240 13241 |
# File 'lib/v20180606/models.rb', line 13238 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |