mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
19 lines
733 B
Markdown
19 lines
733 B
Markdown
# Badge
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**assigned_at** | Option<**String**> | only present in CurrentUser badges | [optional]
|
|
**badge_description** | **String** | |
|
|
**badge_id** | **String** | |
|
|
**badge_image_url** | **String** | direct url to image |
|
|
**badge_name** | **String** | |
|
|
**hidden** | Option<**bool**> | only present in CurrentUser badges | [optional]
|
|
**showcased** | **bool** | |
|
|
**updated_at** | Option<**String**> | only present in CurrentUser badges | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|