Class: TencentCloud::Sqlserver::V20180328::ResourceTag

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

Overview

实例绑定的标签信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceTag.



10656
10657
10658
10659
# File 'lib/v20180328/models.rb', line 10656

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签key

  • TagValue:

    标签value



10654
10655
10656
# File 'lib/v20180328/models.rb', line 10654

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签key

  • TagValue:

    标签value



10654
10655
10656
# File 'lib/v20180328/models.rb', line 10654

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



10661
10662
10663
10664
# File 'lib/v20180328/models.rb', line 10661

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