ListNamespacesRequest: {
    name?: string;
    orderBy?: Function.v1beta1.ListNamespacesRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • Optionalname?: string

    Name of the namespace.

  • OptionalorderBy?: Function.v1beta1.ListNamespacesRequestOrderBy

    Order of the namespaces.

  • OptionalorganizationId?: string

    UUID of the Organization the namespace belongs to.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Number of namespaces per page.

  • OptionalprojectId?: string

    UUID of the Project the namespace belongs to.

  • Optionalregion?: Region

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