interface ListDNSStagesResponse {
    stages: EdgeServices.v1alpha1.DNSStage[];
    totalCount: number;
}

Properties

Properties

Paginated list of DNS stages.

totalCount: number

Count of all DNS stages matching the requested criteria.