chatkitty
Version:
OpenAPI client for chatkitty
25 lines (17 loc) • 824 B
Markdown
# ApplicationSettingsResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**guest_users** | **string** | Toggle state of this settings option | [default to undefined]
**user_created_channels** | **string** | Toggle state of this settings option | [default to undefined]
**_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]
## Example
```typescript
import { ApplicationSettingsResource } from 'chatkitty';
const instance: ApplicationSettingsResource = {
guest_users,
user_created_channels,
_links,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)