Class: TencentCloud::Tse::V20201207::InstanceTagInfo

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

Overview

引擎实例的标签信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InstanceTagInfo.



8528
8529
8530
8531
# File 'lib/v20201207/models.rb', line 8528

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • 标签键

  • 标签值



8526
8527
8528
# File 'lib/v20201207/models.rb', line 8526

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • 标签键

  • 标签值



8526
8527
8528
# File 'lib/v20201207/models.rb', line 8526

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



8533
8534
8535
8536
# File 'lib/v20201207/models.rb', line 8533

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