interface ListPlatformsResponse {
    platforms: Qaas.v1alpha1.Platform[];
    totalCount: number;
}

Properties

platforms: Qaas.v1alpha1.Platform[]

List of platforms.

totalCount: number

Total number of platforms.