Class: TencentCloud::Teo::V20220106::Header
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220106::Header
- Defined in:
- lib/v20220106/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.
418 419 420 421 |
# File 'lib/v20220106/models.rb', line 418 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
416 417 418 |
# File 'lib/v20220106/models.rb', line 416 def Name @Name end |
#Value ⇒ Object
416 417 418 |
# File 'lib/v20220106/models.rb', line 416 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
423 424 425 426 |
# File 'lib/v20220106/models.rb', line 423 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |