recipient property

String? recipient
final

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, recipient is the user account ID.
  • Group, recipient is the group ID.
  • ProjectRole, recipient is the project role ID.
  • UserCustomField, recipient is the ID of the custom field.
  • GroupCustomField, recipient is the ID of the custom field.

Implementation

final String? recipient;