class TencentCloud::Sqlserver::V20180328::EventConfig

设置实例扩展事件阈值

def deserialize(params)

def deserialize(params)
  @EventType = params['EventType']
  @Threshold = params['Threshold']
end

def initialize(eventtype=nil, threshold=nil)

def initialize(eventtype=nil, threshold=nil)
  @EventType = eventtype
  @Threshold = threshold
end