LoggingDestination
import type { LoggingDestination } from "https://googleapis.deno.dev/v1/serviceconsumermanagement:v1.ts";Configuration of a specific logging destination (the producer project or the consumer project).
interface LoggingDestination  {
logs?: string[];
monitoredResource?: string;
}