Class: TencentCloud::Teo::V20220901::Header
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::Header
- Defined in:
- lib/v20220901/models.rb
Overview
刷新预热附带的头部信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ Header
constructor
A new instance of Header.
Constructor Details
#initialize(name = nil, value = nil) ⇒ Header
Returns a new instance of Header.
13549 13550 13551 13552 |
# File 'lib/v20220901/models.rb', line 13549 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
13547 13548 13549 |
# File 'lib/v20220901/models.rb', line 13547 def Name @Name end |
#Value ⇒ Object
13547 13548 13549 |
# File 'lib/v20220901/models.rb', line 13547 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
13554 13555 13556 13557 |
# File 'lib/v20220901/models.rb', line 13554 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |