Class: TencentCloud::Iotexplorer::V20190423::SearchKeyword

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

Overview

搜索关键词

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, value = nil) ⇒ SearchKeyword

Returns a new instance of SearchKeyword.



12871
12872
12873
12874
# File 'lib/v20190423/models.rb', line 12871

def initialize(key=nil, value=nil)
  @Key = key
  @Value = value
end

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    搜索条件的Key

  • Value:

    搜索条件的值



12869
12870
12871
# File 'lib/v20190423/models.rb', line 12869

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    搜索条件的Key

  • Value:

    搜索条件的值



12869
12870
12871
# File 'lib/v20190423/models.rb', line 12869

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



12876
12877
12878
12879
# File 'lib/v20190423/models.rb', line 12876

def deserialize(params)
  @Key = params['Key']
  @Value = params['Value']
end