Class: TencentCloud::Kms::V20190118::TagFilter

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

Overview

标签过滤器

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TagFilter.



2393
2394
2395
2396
# File 'lib/v20190118/models.rb', line 2393

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



2391
2392
2393
# File 'lib/v20190118/models.rb', line 2391

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



2391
2392
2393
# File 'lib/v20190118/models.rb', line 2391

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



2398
2399
2400
2401
# File 'lib/v20190118/models.rb', line 2398

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