Interface DeleteClobsWithClobIdRequest

interface DeleteClobsWithClobIdRequest {
    clobId: string;
    office: string;
}

Properties

Properties

clobId: string
office: string