versions property
All versions of this WasmPlugin
resource in the key-value format.
The key is the resource ID, and the value is the VersionDetails
object.
Lets you create or update a WasmPlugin
resource and its versions in a
single request. When the main_version_id
field is not empty, it must
point to one of the VersionDetails
objects in the map. If provided in a
PATCH
request, the new versions replace the previous set. Any version
omitted from the versions
field is removed. Because the
WasmPluginVersion
resource is immutable, if a WasmPluginVersion
resource with the same name already exists and differs, the request fails.
Note: In a GET
request, this field is populated only if the field
GetWasmPluginRequest.view
is set to WASM_PLUGIN_VIEW_FULL
.
Optional.
Implementation
core.Map<core.String, WasmPluginVersionDetails>? versions;