Interface PostClobsRequest

interface PostClobsRequest {
    clob: Clob;
    failIfExists?: boolean;
}

Properties

Properties

clob: Clob
failIfExists?: boolean