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

GoogleCloudIntegrationsV1alphaIntegration

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

The integration definition.

interface GoogleCloudIntegrationsV1alphaIntegration {
active?: boolean;
readonly createTime?: Date;
readonly creatorEmail?: string;
description?: string;
lastModifierEmail?: string;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
active?: boolean
[src]

Required. If any integration version is published.

§
readonly createTime?: Date
[src]

Required. Output only. Auto-generated.

§
readonly creatorEmail?: string
[src]

Output only. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.

§
description?: string
[src]

Optional.

§
lastModifierEmail?: string
[src]

Required. The last modifier of this integration

§
name?: string
[src]

Required. The resource name of the integration.

§
readonly updateTime?: Date
[src]

Output only. Auto-generated.