deliveryAttempt property

int? deliveryAttempt
getter/setter pair

The number of attempts that have been made to deliver this message.

This is set by Pub/Sub for subscriptions that have the "dead letter" feature enabled, and hence provided here for compatibility, but is ignored by Workflows.

Implementation

core.int? deliveryAttempt;