interface ListDatasourcesResponse {
    datasources: Datasource[];
    totalCount: number;
}

Properties

datasources: Datasource[]

List of the datasources within the pagination.

totalCount: number

Count of all datasources corresponding to the request.