interface ListIPsResponse {
    ips: IPAM.v1.IP[];
    totalCount: number;
}

Properties

Properties

ips: IPAM.v1.IP[]
totalCount: number