defaultFlagRevisions property

List<String>? defaultFlagRevisions
getter/setter pair

Default revisions of flags for this UnitKind.

Newly created units will use the flag default_flag_revisions present at the time of creation.

Optional.

Implementation

core.List<core.String>? defaultFlagRevisions;