Interface GetClobsWithClobIdRequest

interface GetClobsWithClobIdRequest {
    clobId: string;
    clobId2?: string;
    office?: string;
}

Properties

clobId: string
clobId2?: string
office?: string