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

LookupServiceProjectAttachmentResponse

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

Response for LookupServiceProjectAttachment.

interface LookupServiceProjectAttachmentResponse {
serviceProjectAttachment?: ServiceProjectAttachment;
}

§Properties

§
serviceProjectAttachment?: ServiceProjectAttachment
[src]

Service project attachment for a project if exists, empty otherwise.