interface GetIPv6BlockQuotasResponse {
    quotas: GetIPv6BlockQuotasResponseQuota[];
    totalCount: number;
}

Properties

Properties

Quota for each CIDR of IPv6 block.

totalCount: number

Total count of quotas.