Class: TencentCloud::Cdn::V20180606::BotJavaScript
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::BotJavaScript
- Defined in:
- lib/v20180606/models.rb
Overview
Bot js策略
Instance Attribute Summary collapse
-
#Action ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RedirectUrl ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuleType ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuleValue ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UpdateTime ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, ruletype = nil, rulevalue = nil, action = nil, redirecturl = nil, updatetime = nil) ⇒ BotJavaScript
constructor
A new instance of BotJavaScript.
Constructor Details
#initialize(switch = nil, ruletype = nil, rulevalue = nil, action = nil, redirecturl = nil, updatetime = nil) ⇒ BotJavaScript
Returns a new instance of BotJavaScript.
1747 1748 1749 1750 1751 1752 1753 1754 |
# File 'lib/v20180606/models.rb', line 1747 def initialize(switch=nil, ruletype=nil, rulevalue=nil, action=nil, redirecturl=nil, updatetime=nil) @Switch = switch @RuleType = ruletype @RuleValue = rulevalue @Action = action @RedirectUrl = redirecturl @UpdateTime = updatetime end |
Instance Attribute Details
#Action ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1745 1746 1747 |
# File 'lib/v20180606/models.rb', line 1745 def Action @Action end |
#RedirectUrl ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1745 1746 1747 |
# File 'lib/v20180606/models.rb', line 1745 def RedirectUrl @RedirectUrl end |
#RuleType ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1745 1746 1747 |
# File 'lib/v20180606/models.rb', line 1745 def RuleType @RuleType end |
#RuleValue ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1745 1746 1747 |
# File 'lib/v20180606/models.rb', line 1745 def RuleValue @RuleValue end |
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1745 1746 1747 |
# File 'lib/v20180606/models.rb', line 1745 def Switch @Switch end |
#UpdateTime ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1745 1746 1747 |
# File 'lib/v20180606/models.rb', line 1745 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1756 1757 1758 1759 1760 1761 1762 1763 |
# File 'lib/v20180606/models.rb', line 1756 def deserialize(params) @Switch = params['Switch'] @RuleType = params['RuleType'] @RuleValue = params['RuleValue'] @Action = params['Action'] @RedirectUrl = params['RedirectUrl'] @UpdateTime = params['UpdateTime'] end |