recipientCount property

  1. @JsonKey.new(name: 'recipient_count')
int recipientCount
final

Number of recipients the worker job was queued to deliver to

Implementation

@JsonKey(name: 'recipient_count')
final int recipientCount;