Type Alias DiSearchTaskRunHistoryRsp

type DiSearchTaskRunHistoryRsp = {
    lastId?: string;
    nextPageExists?: boolean;
    runs?: TaskRunItemRsp[];
}
Index

Properties

lastId?: string

Identifier of the last run in this page. Pass this value back as lastId in the next request to fetch the following page.

nextPageExists?: boolean