interface ListApplicationsResponse {
    applications: Qaas.v1alpha1.Application[];
    totalCount: number;
}

Properties

applications: Qaas.v1alpha1.Application[]

List of applications.

totalCount: number

Total number of applications.