Content blob.

interface Blob {
    data?: string;
    mimeType?: string;
}

Properties

Properties

data?: string

Required. Raw bytes.

mimeType?: string

Required. The IANA standard MIME type of the source data.

MMNEPVFCICPMFPCPTTAAATR