blob: 1e98d8dfd98bbdd1e9c2c6c93c194a578f99e9ea [file]
/*
******************************************************************************
* Copyright 2018 PTA GmbH.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*
******************************************************************************
*/
export class EmailDistributionEntry {
id?: number;
emailAddress?: string;
preconfigured?: boolean;
delete?: boolean;
_isValide ?= true;
}