interface ListWafStagesResponse {
    stages: EdgeServices.v1beta1.WafStage[];
    totalCount: number;
}

Properties

Properties

Paginated list of WAF stages.

totalCount: number

Count of all WAF stages matching the requested criteria.