Class: TencentCloud::Cdn::V20180606::CacheConfigNoCache

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

Overview

路径缓存不缓存配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(switch = nil, revalidate = nil) ⇒ CacheConfigNoCache

Returns a new instance of CacheConfigNoCache.



2224
2225
2226
2227
# File 'lib/v20180606/models.rb', line 2224

def initialize(switch=nil, revalidate=nil)
  @Switch = switch
  @Revalidate = revalidate
end

Instance Attribute Details

#RevalidateObject

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

Parameters:

  • Switch:

    路径缓存不缓存配置配置开关,取值有:

  • Revalidate:

    总是回源站校验



2222
2223
2224
# File 'lib/v20180606/models.rb', line 2222

def Revalidate
  @Revalidate
end

#SwitchObject

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

Parameters:

  • Switch:

    路径缓存不缓存配置配置开关,取值有:

  • Revalidate:

    总是回源站校验



2222
2223
2224
# File 'lib/v20180606/models.rb', line 2222

def Switch
  @Switch
end

Instance Method Details

#deserialize(params) ⇒ Object



2229
2230
2231
2232
# File 'lib/v20180606/models.rb', line 2229

def deserialize(params)
  @Switch = params['Switch']
  @Revalidate = params['Revalidate']
end