Class: TencentCloud::Iotexplorer::V20190423::CamTag

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

Overview

标签数据结构

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CamTag.



839
840
841
842
# File 'lib/v20190423/models.rb', line 839

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



837
838
839
# File 'lib/v20190423/models.rb', line 837

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



837
838
839
# File 'lib/v20190423/models.rb', line 837

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



844
845
846
847
# File 'lib/v20190423/models.rb', line 844

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