import 'package:vrchat_dart_generated/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
worldId | String | WorldID be "offline" on User profiles if you are not friends with that user. | |
type | InstanceType | ||
region | InstanceRegion | ||
ownerId | String | A groupId if the instance type is "group", null if instance type is public, or a userId otherwise | [optional] |
roleIds | List<String> | Group roleIds that are allowed to join if the type is "group" and groupAccessType is "member" | [optional] |
groupAccessType | GroupAccessType | [optional] | |
queueEnabled | bool | [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] |
canRequestInvite | bool | Only applies to invite type instances to make them invite+ | [optional] [default to false] |
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] |
inviteOnly | bool | [optional] [default to false] |