pub async fn instance_metadata_patch(
configuration: &Configuration,
name: &str,
metadata: ImageMetadata,
project: Option<&str>,
) -> Result<InstancePatch200Response, Error<InstanceMetadataPatchError>>Expand description
Updates a subset of the instance image metadata.