Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CloudLoggingSettings

import type { CloudLoggingSettings } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Settings to describe the Cloud Logging behaviors for the app.

interface CloudLoggingSettings {
enableCloudLogging?: boolean;
}

§Properties

§
enableCloudLogging?: boolean
[src]

Optional. Whether to enable Cloud Logging for the sessions.