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

ObjectCustomContextPayload

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

Describes the payload of a user defined object custom context.

interface ObjectCustomContextPayload {
value?: string;
}

§Properties

§
value?: string
[src]

The value of the object custom context. If set, value must NOT be an empty string since it is a required field in custom context. If unset, value will be ignored and no changes will be made to the value field of the custom context payload.