Class: TencentCloud::Waf::V20180125::AccessLogItem

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180125/models.rb

Overview

日志KeyValue对

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#KeyObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    日记Key

  • Value:

    日志Value



186
187
188
# File 'lib/v20180125/models.rb', line 186

def Key
  @Key
end

#ValueObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    日记Key

  • Value:

    日志Value



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