interface ListNamespacesResponse {
    namespaces: Registry.v1.Namespace[];
    totalCount: number;
}

Properties

namespaces: Registry.v1.Namespace[]

Paginated list of namespaces that match the selected filters.

totalCount: number

Total number of namespaces that match the selected filters.