Class: TencentCloud::Oceanus::V20190422::Property

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

Overview

系统配置属性

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Property.



4486
4487
4488
4489
# File 'lib/v20190422/models.rb', line 4486

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

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    系统配置的Key

  • Value:

    系统配置的Value



4484
4485
4486
# File 'lib/v20190422/models.rb', line 4484

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    系统配置的Key

  • Value:

    系统配置的Value



4484
4485
4486
# File 'lib/v20190422/models.rb', line 4484

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



4491
4492
4493
4494
# File 'lib/v20190422/models.rb', line 4491

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