SnapshotParams
import type { SnapshotParams } from "https://googleapis.deno.dev/v1/compute:v1.ts";Additional snapshot params.
interface SnapshotParams {
resourceManagerTags?: {};
}[key: string]: string;
§Properties
§
resourceManagerTags?: {}
[src][key: string]: string;
Resource manager tags to be bound to the snapshot. Tag keys and values
have the same definition as resource manager tags. Keys must be in the
format tagKeys/{tag_key_id}, and values are in the format
tagValues/456. The field is ignored (both PUT & PATCH) when empty.