Class: TencentCloud::Cdn::V20180606::QueryStringKey
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::QueryStringKey
- Defined in:
- lib/v20180606/models.rb
Overview
组成CacheKey的一部分
Instance Attribute Summary collapse
-
#Action ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Reorder ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, reorder = nil, action = nil, value = nil) ⇒ QueryStringKey
constructor
A new instance of QueryStringKey.
Constructor Details
#initialize(switch = nil, reorder = nil, action = nil, value = nil) ⇒ QueryStringKey
Returns a new instance of QueryStringKey.
11056 11057 11058 11059 11060 11061 |
# File 'lib/v20180606/models.rb', line 11056 def initialize(switch=nil, reorder=nil, action=nil, value=nil) @Switch = switch @Reorder = reorder @Action = action @Value = value end |
Instance Attribute Details
#Action ⇒ Object
on:开启off:关闭注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。includeAll:包含所有excludeAll:排除所有includeCustom:自定义包含excludeCustom:自定义排除注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11054 11055 11056 |
# File 'lib/v20180606/models.rb', line 11054 def Action @Action end |
#Reorder ⇒ Object
on:开启off:关闭注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。includeAll:包含所有excludeAll:排除所有includeCustom:自定义包含excludeCustom:自定义排除注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11054 11055 11056 |
# File 'lib/v20180606/models.rb', line 11054 def Reorder @Reorder end |
#Switch ⇒ Object
on:开启off:关闭注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。includeAll:包含所有excludeAll:排除所有includeCustom:自定义包含excludeCustom:自定义排除注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11054 11055 11056 |
# File 'lib/v20180606/models.rb', line 11054 def Switch @Switch end |
#Value ⇒ Object
on:开启off:关闭注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。includeAll:包含所有excludeAll:排除所有includeCustom:自定义包含excludeCustom:自定义排除注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11054 11055 11056 |
# File 'lib/v20180606/models.rb', line 11054 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
11063 11064 11065 11066 11067 11068 |
# File 'lib/v20180606/models.rb', line 11063 def deserialize(params) @Switch = params['Switch'] @Reorder = params['Reorder'] @Action = params['Action'] @Value = params['Value'] end |