Response returned when listing all pricing plans.

interface ListPlansResponse {
    plans: Cockpit.v1beta1.Plan[];
    totalCount: number;
}

Properties

Properties

Information on plans.

totalCount: number

Count of all pricing plans.