Interface JqlFunctionPrecomputationGetByIdResponse

Get precomputations by ID response.

interface JqlFunctionPrecomputationGetByIdResponse {
    notFoundPrecomputationIDs?: string[];
    precomputations?: JqlFunctionPrecomputationBean[];
}

Properties

notFoundPrecomputationIDs?: string[]

List of precomputations that were not found.

precomputations?: JqlFunctionPrecomputationBean[]

The list of precomputations.