recipient property
The identifier associated with the notificationType value that defines
the receiver of the notification, where the receiver isn't implied by the
notificationType value. So, when notificationType is:
User,recipientis the user account ID.Group,recipientis the group ID.ProjectRole,recipientis the project role ID.UserCustomField,recipientis the ID of the custom field.GroupCustomField,recipientis the ID of the custom field.
Implementation
final String? recipient;