Class: TencentCloud::Waf::V20180125::AccessLogItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::AccessLogItem
- Defined in:
- lib/v20180125/models.rb
Overview
日志KeyValue对
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ AccessLogItem
constructor
A new instance of AccessLogItem.
Constructor Details
#initialize(key = nil, value = nil) ⇒ AccessLogItem
Returns a new instance of AccessLogItem.
188 189 190 191 |
# File 'lib/v20180125/models.rb', line 188 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
186 187 188 |
# File 'lib/v20180125/models.rb', line 186 def Key @Key end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
186 187 188 |
# File 'lib/v20180125/models.rb', line 186 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
193 194 195 196 |
# File 'lib/v20180125/models.rb', line 193 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |