The metadata to be associated with the alert.

interface RelationMetadata {
    attributes?: { [key: string]: any };
    rel?: string;
    url?: string;
}

Properties

Properties

attributes?: { [key: string]: any }

Any additional attributes of the metadata.

rel?: string

The type of the metadata.

url?: string

The URL of the metadata.