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

SasPortalListDeploymentsResponse

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

Response for ListDeployments.

interface SasPortalListDeploymentsResponse {
deployments?: SasPortalDeployment[];
nextPageToken?: string;
}

§Properties

§
deployments?: SasPortalDeployment[]
[src]

The deployments that match the request.

§
nextPageToken?: string
[src]

A pagination token returned from a previous call to ListDeployments that indicates from where listing should continue. If the field is missing or empty, it means there are no more deployments.