interface ResponseRouteConsentAllGet {
    count: number;
    items: ResponseRouteConsentAllGetEntity[];
    truncatedIpsCount?: number;
}

Hierarchy (view full)

Properties

count: number
truncatedIpsCount?: number

This property is only available for the first page (offset=0).