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/storage:v1.ts";

The payload of a single user-defined object context.

interface ObjectCustomContextPayload {
createTime?: Date;
updateTime?: Date;
value?: string;
}

§Properties

§
createTime?: Date
[src]

The time at which the object context was created in RFC 3339 format.

§
updateTime?: Date
[src]

The time at which the object context was last updated in RFC 3339 format.

§
value?: string
[src]

The value of the object context.