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

ComposeRequest

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

A Compose request.

interface ComposeRequest {
destination?: Object;
kind?: string;
sourceObjects?: {
generation?: bigint;
name?: string;
objectPreconditions?: {
ifGenerationMatch?: bigint;
}
;
}
[]
;
}

§Properties

§
destination?: Object
[src]

Properties of the resulting object.

§
kind?: string
[src]

The kind of item this is.

§
sourceObjects?: {
generation?: bigint;
name?: string;
objectPreconditions?: {
ifGenerationMatch?: bigint;
}
;
}
[]
[src]

The list of source objects that will be concatenated into a single object.