messageIds property

List<String>? messageIds
getter/setter pair

The server-assigned ID of each published message, in the same order as the messages in the request.

IDs are guaranteed to be unique within the topic.

Optional.

Implementation

core.List<core.String>? messageIds;