Class: TencentCloud::Cdn::V20180606::Tag

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

Overview

域名标签配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Tag.



9679
9680
9681
9682
# File 'lib/v20180606/models.rb', line 9679

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

Instance Attribute Details

#TagKeyObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



9677
9678
9679
# File 'lib/v20180606/models.rb', line 9677

def TagKey
  @TagKey
end

#TagValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



9677
9678
9679
# File 'lib/v20180606/models.rb', line 9677

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



9684
9685
9686
9687
# File 'lib/v20180606/models.rb', line 9684

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