RelationMetadata interface
The metadata to be associated with the alert.
Properties
attributes | Any additional attributes of the metadata. |
rel | The type of the metadata. |
url | The URL of the metadata. |
Property Details
attributes
Any additional attributes of the metadata.
attributes: {[key: string]: any}
Property Value
{[key: string]: any}
rel
The type of the metadata.
rel: string
Property Value
string
url
The URL of the metadata.
url: string
Property Value
string