Interface IDataAlertRecipientChange

interface IDataAlertRecipientChange {
    dateTime: string;
    patchAction: IDataAlertAlertingTaskRecipientPatch_inner[];
}

Properties

dateTime: string