add subdir
This commit is contained in:
16
Models/Badge.md
Normal file
16
Models/Badge.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user