sequenceNumber property

String? sequenceNumber
getter/setter pair

A monotonically increasing number generated and maintained by the API provider.

Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.

Required.

Implementation

core.String? sequenceNumber;