nemo_microservices.types.namespace_search#
Module Contents#
Classes#
Data#
API#
- class nemo_microservices.types.namespace_search.NamespaceSearch(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- created_at: nemo_microservices.types.shared.date_range.DateRange | None#
None
- custom_fields: Dict[str, object] | List[Dict[str, object]] | None#
None
- description: str | List[str] | None#
None
- id: str | List[str] | None#
None
- namespace: str | List[str] | None#
None
- ownership: nemo_microservices.types.namespace_search.Ownership | None#
None
Information about ownership of an entity.
If the entity is a namespace, the
access_policieswill typically apply to all entities inside the namespace.
- project: str | List[str] | None#
None
- updated_at: nemo_microservices.types.shared.date_range.DateRange | None#
None
- nemo_microservices.types.namespace_search.Ownership: typing_extensions.TypeAlias#
None