Class: TencentCloud::Essbasic::V20210526::Option

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

Overview

注: 配置前请联系对接的客户经理沟通确认。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Option.



11441
11442
11443
11444
# File 'lib/v20210526/models.rb', line 11441

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

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    个性化配置参数Key字段,对应传入字段的字段名

  • Value:

    个性化配置参数Value字段,对应传入字段的字段值



11439
11440
11441
# File 'lib/v20210526/models.rb', line 11439

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    个性化配置参数Key字段,对应传入字段的字段名

  • Value:

    个性化配置参数Value字段,对应传入字段的字段值



11439
11440
11441
# File 'lib/v20210526/models.rb', line 11439

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



11446
11447
11448
11449
# File 'lib/v20210526/models.rb', line 11446

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