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

ListServiceProjectAttachmentsResponse

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

Response for ListServiceProjectAttachments.

interface ListServiceProjectAttachmentsResponse {
nextPageToken?: string;
serviceProjectAttachments?: ServiceProjectAttachment[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
serviceProjectAttachments?: ServiceProjectAttachment[]
[src]

List of service project attachments.

§
unreachable?: string[]
[src]

Locations that could not be reached.