ackIds property

List<String>? ackIds
getter/setter pair

The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the Pull response.

Must not be empty.

Required.

Implementation

core.List<core.String>? ackIds;