Class: TencentCloud::Iotcloud::V20210408::SearchKeyword

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210408/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.



4141
4142
4143
4144
# File 'lib/v20210408/models.rb', line 4141

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

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    搜索条件的Key

  • Value:

    搜索条件的值



4139
4140
4141
# File 'lib/v20210408/models.rb', line 4139

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    搜索条件的Key

  • Value:

    搜索条件的值



4139
4140
4141
# File 'lib/v20210408/models.rb', line 4139

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



4146
4147
4148
4149
# File 'lib/v20210408/models.rb', line 4146

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