# Namespace


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name of the namespace. | [optional] [default to undefined]

## Example

```typescript
import { Namespace } from '@ory/keto-client';

const instance: Namespace = {
    name,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
