Class: TencentCloud::Cdn::V20180606::HeaderKey

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180606/models.rb

Overview

组成CacheKey

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#SwitchObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    组成Cachekey配置开关,取值有:

  • Value:

    组成CacheKey的header数组,‘;’ 分割



7800
7801
7802
# File 'lib/v20180606/models.rb', line 7800

def Switch
  @Switch
end

#ValueObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    组成Cachekey配置开关,取值有:

  • Value:

    组成CacheKey的header数组,‘;’ 分割



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