ListCronsRequest: {
    functionId: string;
    orderBy?: Function.v1beta1.ListCronsRequestOrderBy;
    page?: number;
    pageSize?: number;
    region?: Region;
}

Type declaration

  • functionId: string

    UUID of the function.

  • OptionalorderBy?: Function.v1beta1.ListCronsRequestOrderBy

    Order of the crons.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Number of crons per page.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.