PlatformLogsSettings
import type { PlatformLogsSettings } from "https://googleapis.deno.dev/v1/pubsub:v1.ts";
Settings for Platform Logs produced by Pub/Sub.
interface PlatformLogsSettings {
severity?:
} | "SEVERITY_UNSPECIFIED"
| "DISABLED"
| "DEBUG"
| "INFO"
| "WARNING"
| "ERROR";