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

SasPortalGcpProjectDeployment

import type { SasPortalGcpProjectDeployment } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Deployment associated with the GCP project. Includes whether SAS analytics has been enabled or not.

interface SasPortalGcpProjectDeployment {
deployment?: SasPortalDeployment;
hasEnabledAnalytics?: boolean;
}

§Properties

§

Deployment associated with the GCP project.

§
hasEnabledAnalytics?: boolean
[src]

Whether SAS analytics has been enabled.