Class: TencentCloud::Cdn::V20180606::HeaderKey
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::HeaderKey
- Defined in:
- lib/v20180606/models.rb
Overview
组成CacheKey
Instance Attribute Summary collapse
-
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, value = nil) ⇒ HeaderKey
constructor
A new instance of HeaderKey.
Constructor Details
#initialize(switch = nil, value = nil) ⇒ HeaderKey
Returns a new instance of HeaderKey.
7802 7803 7804 7805 |
# File 'lib/v20180606/models.rb', line 7802 def initialize(switch=nil, value=nil) @Switch = switch @Value = value end |
Instance Attribute Details
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7800 7801 7802 |
# File 'lib/v20180606/models.rb', line 7800 def Switch @Switch end |
#Value ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7800 7801 7802 |
# File 'lib/v20180606/models.rb', line 7800 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
7807 7808 7809 7810 |
# File 'lib/v20180606/models.rb', line 7807 def deserialize(params) @Switch = params['Switch'] @Value = params['Value'] end |