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

GoogleCloudIntegrationsV1alphaUsernameAndPassword

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

Username and password pair.

interface GoogleCloudIntegrationsV1alphaUsernameAndPassword {
password?: string;
username?: string;
}

§Properties

§
password?: string
[src]

Password to be used

§
username?: string
[src]

Username to be used