Interface PatchClobsWithClobIdRequest

interface PatchClobsWithClobIdRequest {
    clob: Clob;
    clobId: string;
    ignoreNulls?: boolean;
}

Properties

clob: Clob
clobId: string
ignoreNulls?: boolean