versionConfig property
Specifies which version of the resources to delete.
Optional. Possible string values are:
- "VERSION_CONFIG_UNSPECIFIED" : Unspecified version config. Defaults to ALL.
- "ALL" : Delete the current version and all history versions.
- "CURRENT_ONLY" : Delete the current version only and create a historical version of the deleted resource.
- "HISTORY_ONLY" : Delete all history versions only.
Implementation
core.String? versionConfig;