GoogleCloudSecuritycenterV2Pod
import type { GoogleCloudSecuritycenterV2Pod } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";interface GoogleCloudSecuritycenterV2Pod {
containers?: GoogleCloudSecuritycenterV2Container[];
labels?: GoogleCloudSecuritycenterV2Label[];
name?: string;
ns?: string;
}