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

CreateAttachmentRequest

import type { CreateAttachmentRequest } from "https://googleapis.deno.dev/v1/cloudsupport:v2.ts";

The request message for the CreateAttachment endpoint.

interface CreateAttachmentRequest {
attachment?: Attachment;
}

§Properties

§
attachment?: Attachment
[src]

Required. The attachment to be created.