Class: TencentCloud::Tcb::V20180608::CloudBaseOption

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

Overview

http service选项

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CloudBaseOption.



740
741
742
743
# File 'lib/v20180608/models.rb', line 740

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

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

  • Value:



738
739
740
# File 'lib/v20180608/models.rb', line 738

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

  • Value:



738
739
740
# File 'lib/v20180608/models.rb', line 738

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



745
746
747
748
# File 'lib/v20180608/models.rb', line 745

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