interface ListIpsResponse {
    ips: Instance.v1.Ip[];
    totalCount: number;
}

Properties

Properties

ips: Instance.v1.Ip[]

List of ips.

totalCount: number

Total number of ips.