add subdir
This commit is contained in:
36
Models/NotificationV2.md
Normal file
36
Models/NotificationV2.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# NotificationV2
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **canDelete** | **Boolean** | | [default to null] |
|
||||
| **category** | **String** | | [default to null] |
|
||||
| **createdAt** | **Date** | | [default to null] |
|
||||
| **data** | [**oas_any_type_not_mapped**](.md) | | [default to null] |
|
||||
| **details** | [**NotificationV2DetailsBoop**](NotificationV2DetailsBoop.md) | | [optional] [default to null] |
|
||||
| **expiresAt** | **Date** | | [default to null] |
|
||||
| **expiryAfterSeen** | **Integer** | | [default to null] |
|
||||
| **id** | **String** | | [default to null] |
|
||||
| **ignoreDND** | **Boolean** | | [default to null] |
|
||||
| **imageUrl** | **String** | | [default to null] |
|
||||
| **isSystem** | **Boolean** | | [default to null] |
|
||||
| **link** | **String** | | [default to null] |
|
||||
| **linkText** | **String** | | [default to null] |
|
||||
| **linkTextKey** | **String** | | [default to null] |
|
||||
| **message** | **String** | | [default to null] |
|
||||
| **messageKey** | **String** | | [optional] [default to null] |
|
||||
| **receiverUserId** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [default to null] |
|
||||
| **relatedNotificationsId** | **String** | | [default to null] |
|
||||
| **requireSeen** | **Boolean** | | [default to null] |
|
||||
| **responses** | [**List**](NotificationV2Response.md) | | [default to null] |
|
||||
| **seen** | **Boolean** | | [default to null] |
|
||||
| **senderUserId** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [default to null] |
|
||||
| **senderUsername** | **String** | | [default to null] |
|
||||
| **title** | **String** | | [default to null] |
|
||||
| **titleKey** | **String** | | [default to null] |
|
||||
| **type** | **String** | | [default to group.announcement] |
|
||||
| **updatedAt** | **Date** | | [default to null] |
|
||||
| **version** | **Integer** | | [default to 2] |
|
||||
|
||||
[[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