Class: TencentCloud::Tcb::V20180608::CustomRequestToAdd
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CustomRequestToAdd
- Defined in:
- lib/v20180608/models.rb
Overview
安全网关请求自定义头部
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil, appendaction = nil) ⇒ CustomRequestToAdd
constructor
A new instance of CustomRequestToAdd.
Constructor Details
#initialize(key = nil, value = nil, appendaction = nil) ⇒ CustomRequestToAdd
Returns a new instance of CustomRequestToAdd.
2673 2674 2675 2676 2677 |
# File 'lib/v20180608/models.rb', line 2673 def initialize(key=nil, value=nil, appendaction=nil) @Key = key @Value = value @AppendAction = appendaction end |
Instance Attribute Details
#AppendAction ⇒ Object
2671 2672 2673 |
# File 'lib/v20180608/models.rb', line 2671 def AppendAction @AppendAction end |
#Key ⇒ Object
2671 2672 2673 |
# File 'lib/v20180608/models.rb', line 2671 def Key @Key end |
#Value ⇒ Object
2671 2672 2673 |
# File 'lib/v20180608/models.rb', line 2671 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2679 2680 2681 2682 2683 |
# File 'lib/v20180608/models.rb', line 2679 def deserialize(params) @Key = params['Key'] @Value = params['Value'] @AppendAction = params['AppendAction'] end |