versionIdsToStages property

Map<String, List<String>>? versionIdsToStages
final

A list of all of the currently assigned VersionStage staging labels and the VersionId that each is attached to. Staging labels are used to keep track of the different versions during the rotation process.

Implementation

final Map<String, List<String>>? versionIdsToStages;