class TencentCloud::Tke::V20180525::PrometheusNotificationItem

def deserialize(params)

def deserialize(params)
  @Enabled = params['Enabled']
  @Type = params['Type']
  @WebHook = params['WebHook']
  unless params['AlertManager'].nil?
    @AlertManager = PrometheusAlertManagerConfig.new
    @AlertManager.deserialize(params['AlertManager'])
  end
  @RepeatInterval = params['RepeatInterval']
  @TimeRangeStart = params['TimeRangeStart']
  @TimeRangeEnd = params['TimeRangeEnd']
  @NotifyWay = params['NotifyWay']
  @ReceiverGroups = params['ReceiverGroups']
  @PhoneNotifyOrder = params['PhoneNotifyOrder']
  @PhoneCircleTimes = params['PhoneCircleTimes']
  @PhoneInnerInterval = params['PhoneInnerInterval']
  @PhoneCircleInterval = params['PhoneCircleInterval']
  @PhoneArriveNotice = params['PhoneArriveNotice']
end