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

Scope

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

Message describing Scope object

interface Scope {
logScope?: string;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
logScope?: string
[src]

Required. The full resource name of the LogScope. For example: //logging.googleapis.com/projects/myproject/locations/global/logScopes/my-log-scope

§
name?: string
[src]

Identifier. Name of the resource. The format is: projects/{project}/locations/{location}/scopes/{scope} The {location} field must be set to global. The {scope} field must be set to _Default.

§
readonly updateTime?: Date
[src]

Output only. Update timestamp. Note: The Update timestamp for the default scope is initially unset.