transactionId property

String? transactionId
getter/setter pair

Transaction ID of this change log.

When a single API call results in many changes, each change will have a separate ID in the change log but will share the same transactionId.

Implementation

core.String? transactionId;