Files
VRChatBackendDocs/Models/Badge.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

17 lines
879 B
Markdown

# Badge
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **assignedAt** | **Date** | only present in CurrentUser badges | [optional] [default to null] |
| **badgeDescription** | **String** | | [default to null] |
| **badgeId** | **String** | | [default to null] |
| **badgeImageUrl** | **String** | direct url to image | [default to null] |
| **badgeName** | **String** | | [default to null] |
| **hidden** | **Boolean** | only present in CurrentUser badges | [optional] [default to null] |
| **showcased** | **Boolean** | | [default to null] |
| **updatedAt** | **Date** | only present in CurrentUser badges | [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)