ListFunctionsRequest: {
    name?: string;
    namespaceId: string;
    orderBy?: ListFunctionsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • Optionalname?: string

    Name of the function.

  • namespaceId: string

    UUID of the namespace the function belongs to.

  • OptionalorderBy?: ListFunctionsRequestOrderBy

    Order of the functions.

  • OptionalorganizationId?: string

    UUID of the Organziation the function belongs to.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Number of functions per page.

  • OptionalprojectId?: string

    UUID of the Project the function belongs to.

  • Optionalregion?: Region

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