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

GoogleCloudIntegrationsV1alphaGenerateTokenResponse

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

Returns success or error message

interface GoogleCloudIntegrationsV1alphaGenerateTokenResponse {
message?: string;
}

§Properties

§
message?: string
[src]

The message that notifies the user if the request succeeded or not.