import 'package:vrchat_dart_generated/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| ageGate | bool | [optional] [default to false] | |
| calendarEntryId | String | [optional] | |
| canRequestInvite | bool | Only applies to invite type instances to make them invite+ | [optional] [default to false] |
| closedAt | DateTime | The time after which users won't be allowed to join the instance. This doesn't work for public instances. | [optional] |
| contentSettings | InstanceContentSettings | [optional] | |
| displayName | String | [optional] | |
| groupAccessType | GroupAccessType | [optional] | |
| hardClose | bool | Currently unused, but will eventually be a flag to set if the closing of the instance should kick people. | [optional] [default to false] |
| instancePersistenceEnabled | bool | [optional] | |
| inviteOnly | bool | [optional] [default to false] | |
| ownerId | String | A groupId if the instance type is "group", null if instance type is public, or a userId otherwise | [optional] |
| playerPersistenceEnabled | bool | [optional] | |
| queueEnabled | bool | [optional] [default to false] | |
| region | InstanceRegion | ||
| roleIds | List<String> | Group roleIds that are allowed to join if the type is "group" and groupAccessType is "member" | [optional] |
| type | InstanceType | ||
| worldId | String | WorldID be "offline" on User profiles if you are not friends with that user. |