Class: TencentCloud::Cdb::V20170320::RuleFilters

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

Overview

审计规则的规则过滤条件

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, compare = nil, value = nil) ⇒ RuleFilters



13286
13287
13288
13289
13290
# File 'lib/v20170320/models.rb', line 13286

def initialize(type=nil, compare=nil, value=nil)
  @Type = type
  @Compare = compare
  @Value = value
end

Instance Attribute Details

#CompareObject



13284
13285
13286
# File 'lib/v20170320/models.rb', line 13284

def Compare
  @Compare
end

#TypeObject



13284
13285
13286
# File 'lib/v20170320/models.rb', line 13284

def Type
  @Type
end

#ValueObject



13284
13285
13286
# File 'lib/v20170320/models.rb', line 13284

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



13292
13293
13294
13295
13296
# File 'lib/v20170320/models.rb', line 13292

def deserialize(params)
  @Type = params['Type']
  @Compare = params['Compare']
  @Value = params['Value']
end