Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
chatEnabled | boolean:nullable | |
chatName | string | |
chatSecurity | integer:int32:nullable |
Example
{
// Type: boolean:nullable
"chatEnabled": false,
// Type: string
"chatName": "",
// Type: integer:int32:nullable
"chatSecurity": 0
}