Class: TencentCloud::Cdn::V20180606::CookieKey
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::CookieKey
- Defined in:
- lib/v20180606/models.rb
Overview
组成CacheKey的一部分
Instance Attribute Summary collapse
-
#Switch ⇒ Object
on:开启,使用Cookie作为Cache的一部分 off:关闭,不使用Cookie作为Cache的一部分 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
on:开启,使用Cookie作为Cache的一部分 off:关闭,不使用Cookie作为Cache的一部分 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, value = nil) ⇒ CookieKey
constructor
A new instance of CookieKey.
Constructor Details
#initialize(switch = nil, value = nil) ⇒ CookieKey
Returns a new instance of CookieKey.
2827 2828 2829 2830 |
# File 'lib/v20180606/models.rb', line 2827 def initialize(switch=nil, value=nil) @Switch = switch @Value = value end |
Instance Attribute Details
#Switch ⇒ Object
on:开启,使用Cookie作为Cache的一部分 off:关闭,不使用Cookie作为Cache的一部分 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2825 2826 2827 |
# File 'lib/v20180606/models.rb', line 2825 def Switch @Switch end |
#Value ⇒ Object
on:开启,使用Cookie作为Cache的一部分 off:关闭,不使用Cookie作为Cache的一部分 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2825 2826 2827 |
# File 'lib/v20180606/models.rb', line 2825 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2832 2833 2834 2835 |
# File 'lib/v20180606/models.rb', line 2832 def deserialize(params) @Switch = params['Switch'] @Value = params['Value'] end |