interface ListCronsResponse {
    crons: Container.v1beta1.Cron[];
    totalCount: number;
}

Properties

Properties

Array of crons.

totalCount: number

Total number of crons.