Class: TencentCloud::Cdn::V20180606::QueryStringKey

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, reorder = nil, action = nil, value = nil) ⇒ QueryStringKey

Returns a new instance of QueryStringKey.



11075
11076
11077
11078
11079
11080
# File 'lib/v20180606/models.rb', line 11075

def initialize(switch=nil, reorder=nil, action=nil, value=nil)
  @Switch = switch
  @Reorder = reorder
  @Action = action
  @Value = value
end

Instance Attribute Details

#ActionObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    CacheKey是否由QueryString组成配置开关,取值有:

  • Reorder:

    是否重新排序

  • Action:

    使用/排除部分url参数,取值有:

  • Value:

    使用/排除的url参数数组,‘;’ 分割



11073
11074
11075
# File 'lib/v20180606/models.rb', line 11073

def Action
  @Action
end

#ReorderObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    CacheKey是否由QueryString组成配置开关,取值有:

  • Reorder:

    是否重新排序

  • Action:

    使用/排除部分url参数,取值有:

  • Value:

    使用/排除的url参数数组,‘;’ 分割



11073
11074
11075
# File 'lib/v20180606/models.rb', line 11073

def Reorder
  @Reorder
end

#SwitchObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    CacheKey是否由QueryString组成配置开关,取值有:

  • Reorder:

    是否重新排序

  • Action:

    使用/排除部分url参数,取值有:

  • Value:

    使用/排除的url参数数组,‘;’ 分割



11073
11074
11075
# File 'lib/v20180606/models.rb', line 11073

def Switch
  @Switch
end

#ValueObject

on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    CacheKey是否由QueryString组成配置开关,取值有:

  • Reorder:

    是否重新排序

  • Action:

    使用/排除部分url参数,取值有:

  • Value:

    使用/排除的url参数数组,‘;’ 分割



11073
11074
11075
# File 'lib/v20180606/models.rb', line 11073

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



11082
11083
11084
11085
11086
11087
# File 'lib/v20180606/models.rb', line 11082

def deserialize(params)
  @Switch = params['Switch']
  @Reorder = params['Reorder']
  @Action = params['Action']
  @Value = params['Value']
end