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

GdataCompositeMedia

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

gdata

interface GdataCompositeMedia {
blobRef?: Uint8Array;
blobstore2Info?: GdataBlobstore2Info;
cosmoBinaryReference?: Uint8Array;
crc32cHash?: number;
inline?: Uint8Array;
length?: bigint;
md5Hash?: Uint8Array;
objectId?: GdataObjectId;
path?: string;
referenceType?:
| "PATH"
| "BLOB_REF"
| "INLINE"
| "BIGSTORE_REF"
| "COSMO_BINARY_REFERENCE";
sha1Hash?: Uint8Array;
}

§Properties

§
blobRef?: Uint8Array
[src]

gdata

§
blobstore2Info?: GdataBlobstore2Info
[src]

gdata

§
cosmoBinaryReference?: Uint8Array
[src]

gdata

§
crc32cHash?: number
[src]

gdata

§
inline?: Uint8Array
[src]

gdata

§
length?: bigint
[src]

gdata

§
md5Hash?: Uint8Array
[src]

gdata

§

gdata

§
path?: string
[src]

gdata

§
referenceType?: "PATH" | "BLOB_REF" | "INLINE" | "BIGSTORE_REF" | "COSMO_BINARY_REFERENCE"
[src]

gdata

§
sha1Hash?: Uint8Array
[src]

gdata