interface ListTLSStagesResponse {
    stages: EdgeServices.v1alpha1.TLSStage[];
    totalCount: number;
}

Properties

Properties

Paginated list of TLS stages.

totalCount: number

Count of all TLS stages matching the requested criteria.