ListProjectsRequest: {
    name?: string;
    orderBy?: Account.v2.ListProjectsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectIds?: string[];
}

Type declaration

  • Optionalname?: string

    Name of the Project.

  • OptionalorderBy?: Account.v2.ListProjectsRequestOrderBy

    Sort order of the returned Projects.

  • OptionalorganizationId?: string

    Organization ID of the Project.

  • Optionalpage?: number

    Page number for the returned Projects.

  • OptionalpageSize?: number

    Maximum number of Project per page.

  • OptionalprojectIds?: string[]

    Project IDs to filter for. The results will be limited to any Projects with an ID in this array.