Interface PatchBlobsWithBlobIdRequest

interface PatchBlobsWithBlobIdRequest {
    blob: Blob;
    blobId: string;
    blobId2: string;
}

Properties

Properties

blob: Blob
blobId: string
blobId2: string