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.
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
#Action ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11073 11074 11075 |
# File 'lib/v20180606/models.rb', line 11073 def Action @Action end |
#Reorder ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11073 11074 11075 |
# File 'lib/v20180606/models.rb', line 11073 def Reorder @Reorder end |
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11073 11074 11075 |
# File 'lib/v20180606/models.rb', line 11073 def Switch @Switch end |
#Value ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
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 |