Type Alias RecipientsChange

Change in a recipient for an alerting task

type RecipientsChange = {
    dateTime?: string;
    patchAction?: AlertingTaskRecipientPatch;
}
Index

Properties

dateTime?: string

time of recipient state change

A custom custom JSON Patch document, as an array of objects with operation, recipient type and value. Original defined in https://datatracker.ietf.org/doc/html/rfc6902.