Values.NotificationResourceSourceThe details of the resource mentioned in a notification.
type nonrec t = {type_ : NotificationResourceType.t option;The type of the resource mentioned in a notification.
*)id : String_.t option;The ID of the resource mentioned in a notification.
*)name : String_.t option;The name of the resource mentioned in a notification.
*)}