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.
2251 2252 2253 2254 2255 |
# File 'lib/v20180608/models.rb', line 2251 def initialize(key=nil, value=nil, appendaction=nil) @Key = key @Value = value @AppendAction = appendaction end |
Instance Attribute Details
#AppendAction ⇒ Object
2249 2250 2251 |
# File 'lib/v20180608/models.rb', line 2249 def AppendAction @AppendAction end |
#Key ⇒ Object
2249 2250 2251 |
# File 'lib/v20180608/models.rb', line 2249 def Key @Key end |
#Value ⇒ Object
2249 2250 2251 |
# File 'lib/v20180608/models.rb', line 2249 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2257 2258 2259 2260 2261 |
# File 'lib/v20180608/models.rb', line 2257 def deserialize(params) @Key = params['Key'] @Value = params['Value'] @AppendAction = params['AppendAction'] end |