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

DefaultObjectAccessControlsListOptions

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

Additional options for Storage#defaultObjectAccessControlsList.

interface DefaultObjectAccessControlsListOptions {
ifMetagenerationMatch?: bigint;
ifMetagenerationNotMatch?: bigint;
userProject?: string;
}

§Properties

§
ifMetagenerationMatch?: bigint
[src]

If present, only return default ACL listing if the bucket's current metageneration matches this value.

§
ifMetagenerationNotMatch?: bigint
[src]

If present, only return default ACL listing if the bucket's current metageneration does not match the given value.

§
userProject?: string
[src]

The project to be billed for this request. Required for Requester Pays buckets.