revisionLabels property

Map<String, String>? revisionLabels
getter/setter pair

Labels to be applied to the generated memory revisions.

For example, you can use this to label a revision with its data source.

Optional.

Implementation

core.Map<core.String, core.String>? revisionLabels;