# SecretResource


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**secret** | **object** | Secret value | [optional] [default to undefined]

## Example

```typescript
import { SecretResource } from 'chatkitty';

const instance: SecretResource = {
    secret,
};
```

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