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

ProjectsLocationsNotificationsGetOptions

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

Additional options for AdvisoryNotifications#projectsLocationsNotificationsGet.

interface ProjectsLocationsNotificationsGetOptions {
languageCode?: string;
}

§Properties

§
languageCode?: string
[src]

ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.