ListHubsRequest: {
    name?: string;
    orderBy?: ListHubsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • Optionalname?: string

    Hub name.

  • OptionalorderBy?: ListHubsRequestOrderBy

    Sort order of Hubs in the response.

  • OptionalorganizationId?: string

    Only list Hubs of this Organization ID.

  • Optionalpage?: number

    Page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of Hubs to return within a page. Maximum value is 100.

  • OptionalprojectId?: string

    Only list Hubs of this Project ID.

  • Optionalregion?: Region

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