Class: TencentCloud::Vod::V20240718::IncrementalMigrationHttpHeader
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20240718::IncrementalMigrationHttpHeader
- Defined in:
- lib/v20240718/models.rb
Overview
增量迁移回源 HTTP Header。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ IncrementalMigrationHttpHeader
constructor
A new instance of IncrementalMigrationHttpHeader.
Constructor Details
#initialize(key = nil, value = nil) ⇒ IncrementalMigrationHttpHeader
Returns a new instance of IncrementalMigrationHttpHeader.
446 447 448 449 |
# File 'lib/v20240718/models.rb', line 446 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
444 445 446 |
# File 'lib/v20240718/models.rb', line 444 def Key @Key end |
#Value ⇒ Object
444 445 446 |
# File 'lib/v20240718/models.rb', line 444 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
451 452 453 454 |
# File 'lib/v20240718/models.rb', line 451 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |