Class: TencentCloud::Cdn::V20180606::RuleQueryString

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

Returns a new instance of RuleQueryString.



11744
11745
11746
11747
11748
# File 'lib/v20180606/models.rb', line 11744

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

Instance Attribute Details

#ActionObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Action:

    includeCustom 包含部分url参数

  • Value:

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



11742
11743
11744
# File 'lib/v20180606/models.rb', line 11742

def Action
  @Action
end

#SwitchObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Action:

    includeCustom 包含部分url参数

  • Value:

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



11742
11743
11744
# File 'lib/v20180606/models.rb', line 11742

def Switch
  @Switch
end

#ValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Action:

    includeCustom 包含部分url参数

  • Value:

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



11742
11743
11744
# File 'lib/v20180606/models.rb', line 11742

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



11750
11751
11752
11753
11754
# File 'lib/v20180606/models.rb', line 11750

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