Class: TencentCloud::Clb::V20180317::TagInfo

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

Overview

负载均衡的标签信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TagInfo.



8303
8304
8305
8306
# File 'lib/v20180317/models.rb', line 8303

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值



8301
8302
8303
# File 'lib/v20180317/models.rb', line 8301

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值



8301
8302
8303
# File 'lib/v20180317/models.rb', line 8301

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



8308
8309
8310
8311
# File 'lib/v20180317/models.rb', line 8308

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