# SubjectSet


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**namespace** | **string** | Namespace of the Subject Set | [default to undefined]
**object** | **string** | Object of the Subject Set | [default to undefined]
**relation** | **string** | Relation of the Subject Set | [default to undefined]

## Example

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

const instance: SubjectSet = {
    namespace,
    object,
    relation,
};
```

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