# KnetikCloud.CoreActivityOccurrenceSettings

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**boot_in_play** | **Boolean** | Whether the host can boot another user while the status is PLAYING. Must be false or null unless this setting is true in activity (or challenge if applicable). Null to inherit | [optional] 
**custom_launch_address** | **String** | A custom address (url, ip or whatever is needed in your game) that users should connect to to play in this occurrence rather than the usual game server. Could be the ip address of the host for peer-to-peer play. Can only be set if the activity/challenge custom_launch_address_allowed is true. Max length: 255 | [optional] 
**host_status_control** | **Boolean** | Restriction for whether the host has control of the status once the game launches. If false they can only manage the game before (when setup and open). Cannot be true if activity/challenge has it false. Null to inherit | [optional] 
**join_in_play** | **Boolean** | Whether users can join while the status is PLAYING. Must be false or null unless this setting is true in activity (or challenge if applicable). Null to inherit | [optional] 
**leave_in_play** | **Boolean** | Whether users can leave while the status is PLAYING. Must be false or null unless this setting is true in activity (or challenge if applicable). Null to inherit | [optional] 
**max_players** | **Number** | The maximum number of players the game can hold. Must be equal or less than activity (or must match challenge if applicable) | [optional] 
**min_players** | **Number** | The minimum number of players the game can hold. Must be equal or greater than activity (or must match challenge if applicable) | [optional] 
**non_host_status_control** | **Boolean** | Restriction for whether the non-host players can control of the status in place of the host. Default: false | [optional] 
**results_trust** | **String** | Restriction for who is able to report game end and results. Admin is always able to send results as well. Must be equal or more restrictive than activity (or must match challenge if applicable). Default inherits | [optional] 


<a name="ResultsTrustEnum"></a>
## Enum: ResultsTrustEnum


* `none` (value: `"none"`)

* `host` (value: `"host"`)

* `all` (value: `"all"`)




