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

GoogleCloudIntegrationsV1alphaProjectProperties

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

Metadata information for the given project

interface GoogleCloudIntegrationsV1alphaProjectProperties {
billingType?:
| "BILLING_TYPE_UNSPECIFIED"
| "APIGEE_TRIALS"
| "APIGEE_SUBSCRIPTION"
| "PAYG"
| "SUBSCRIPTION"
| "NO_BILLING";
ipEnablementState?:
| "IP_ENABLEMENT_STATE_UNSPECIFIED"
| "IP_ENABLEMENT_STATE_STANDALONE"
| "IP_ENABLEMENT_STATE_APIGEE"
| "IP_ENABLEMENT_STATE_APIGEE_ENTITLED";
provisionedRegions?: string[];
}

§Properties

§
billingType?: "BILLING_TYPE_UNSPECIFIED" | "APIGEE_TRIALS" | "APIGEE_SUBSCRIPTION" | "PAYG" | "SUBSCRIPTION" | "NO_BILLING"
[src]

Required. Required: The client billing type that was requested

§
ipEnablementState?: "IP_ENABLEMENT_STATE_UNSPECIFIED" | "IP_ENABLEMENT_STATE_STANDALONE" | "IP_ENABLEMENT_STATE_APIGEE" | "IP_ENABLEMENT_STATE_APIGEE_ENTITLED"
[src]

An enum value of what the enablement state is for the given project

§
provisionedRegions?: string[]
[src]

A list of provisioned regions on the current project