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

Properties

Properties

stages: DNSStage[]

Paginated list of DNS stages.

totalCount: number

Count of all DNS stages matching the requested criteria.