add subdir
This commit is contained in:
38
Models/CalendarEvent.md
Normal file
38
Models/CalendarEvent.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# CalendarEvent
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **accessType** | **String** | Who the event is for | [default to public] |
|
||||
| **category** | **String** | The activity intended to take place at an event | [default to other] |
|
||||
| **closeInstanceAfterEndMinutes** | **Integer** | | [optional] [default to null] |
|
||||
| **createdAt** | **Date** | | [optional] [default to null] |
|
||||
| **deletedAt** | **Date** | | [optional] [default to null] |
|
||||
| **description** | **String** | | [default to null] |
|
||||
| **durationInMs** | **Long** | | [optional] [default to null] |
|
||||
| **endsAt** | **Date** | | [default to null] |
|
||||
| **featured** | **Boolean** | | [optional] [default to null] |
|
||||
| **guestEarlyJoinMinutes** | **Integer** | | [optional] [default to null] |
|
||||
| **hostEarlyJoinMinutes** | **Integer** | | [optional] [default to null] |
|
||||
| **id** | **String** | | [default to null] |
|
||||
| **imageId** | **String** | | [optional] [default to null] |
|
||||
| **imageUrl** | **String** | | [optional] [default to null] |
|
||||
| **interestedUserCount** | **Integer** | | [optional] [default to null] |
|
||||
| **isDraft** | **Boolean** | | [optional] [default to null] |
|
||||
| **languages** | **List** | Languages that might be spoken at this event | [optional] [default to null] |
|
||||
| **occurrenceKind** | **String** | So far if it exists, always the string \"single\" | [optional] [default to null] |
|
||||
| **ownerId** | **String** | | [optional] [default to null] |
|
||||
| **platforms** | **List** | | [optional] [default to null] |
|
||||
| **recurrence** | **String** | So far unused, always \"null\" | [optional] [default to null] |
|
||||
| **roleIds** | **List** | Group roles that may join this event | [optional] [default to null] |
|
||||
| **seriesId** | **String** | So far unused, always \"null\" | [optional] [default to null] |
|
||||
| **startsAt** | **Date** | | [default to null] |
|
||||
| **tags** | **List** | Custom tags for this event | [optional] [default to null] |
|
||||
| **title** | **String** | | [default to null] |
|
||||
| **type** | **String** | | [optional] [default to null] |
|
||||
| **updatedAt** | **Date** | | [optional] [default to null] |
|
||||
| **userInterest** | [**CalendarEvent_userInterest**](CalendarEvent_userInterest.md) | | [optional] [default to null] |
|
||||
| **usesInstanceOverflow** | **Boolean** | | [optional] [default to null] |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
Reference in New Issue
Block a user