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

GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings

import type { GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings {
accessToken?: string;
branches?: string[];
displayName?: string;
repositoryUri?: string;
trackingBranch?: string;
}

§Properties

§
accessToken?: string
[src]
§
branches?: string[]
[src]
§
displayName?: string
[src]
§
repositoryUri?: string
[src]
§
trackingBranch?: string
[src]