Method: TencentCloud::Cdb::V20170320::Rule#initialize

Defined in:
lib/v20170320/models.rb

#initialize(lessthan = nil, weight = nil) ⇒ Rule

Returns a new instance of Rule.



13391
13392
13393
13394
# File 'lib/v20170320/models.rb', line 13391

def initialize(lessthan=nil, weight=nil)
  @LessThan = lessthan
  @Weight = weight
end