Class: TencentCloud::Waf::V20180125::RuleList
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::RuleList
- Defined in:
- lib/v20180125/models.rb
Overview
规则白名单
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Function ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Rules ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, rules = nil, url = nil, function = nil, time = nil, status = nil, createtime = nil) ⇒ RuleList
constructor
A new instance of RuleList.
Constructor Details
#initialize(id = nil, rules = nil, url = nil, function = nil, time = nil, status = nil, createtime = nil) ⇒ RuleList
Returns a new instance of RuleList.
12132 12133 12134 12135 12136 12137 12138 12139 12140 |
# File 'lib/v20180125/models.rb', line 12132 def initialize(id=nil, rules=nil, url=nil, function=nil, time=nil, status=nil, createtime=nil) @Id = id @Rules = rules @Url = url @Function = function @Time = time @Status = status @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12130 12131 12132 |
# File 'lib/v20180125/models.rb', line 12130 def CreateTime @CreateTime end |
#Function ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12130 12131 12132 |
# File 'lib/v20180125/models.rb', line 12130 def Function @Function end |
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12130 12131 12132 |
# File 'lib/v20180125/models.rb', line 12130 def Id @Id end |
#Rules ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12130 12131 12132 |
# File 'lib/v20180125/models.rb', line 12130 def Rules @Rules end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12130 12131 12132 |
# File 'lib/v20180125/models.rb', line 12130 def Status @Status end |
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12130 12131 12132 |
# File 'lib/v20180125/models.rb', line 12130 def Time @Time end |
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12130 12131 12132 |
# File 'lib/v20180125/models.rb', line 12130 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
12142 12143 12144 12145 12146 12147 12148 12149 12150 |
# File 'lib/v20180125/models.rb', line 12142 def deserialize(params) @Id = params['Id'] @Rules = params['Rules'] @Url = params['Url'] @Function = params['Function'] @Time = params['Time'] @Status = params['Status'] @CreateTime = params['CreateTime'] end |