add subdir
This commit is contained in:
38
Models/Avatar.md
Normal file
38
Models/Avatar.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Avatar
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **acknowledgements** | **String** | | [optional] [default to null] |
|
||||
| **activeAssetReviewId** | **String** | Only present for the avatar author on avatars under active review. | [optional] [default to null] |
|
||||
| **assetUrl** | **String** | Not present from general search `/avatars`, only on specific requests `/avatars/{avatarId}`. | [optional] [default to null] |
|
||||
| **assetUrlObject** | [**Object**](.md) | Not present from general search `/avatars`, only on specific requests `/avatars/{avatarId}`. **Deprecation:** `Object` has unknown usage/fields, and is always empty. Use normal `Url` field instead. | [optional] [default to null] |
|
||||
| **authorId** | **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] |
|
||||
| **authorName** | **String** | | [default to null] |
|
||||
| **created\_at** | **Date** | | [default to null] |
|
||||
| **description** | **String** | | [default to null] |
|
||||
| **featured** | **Boolean** | | [default to false] |
|
||||
| **highestPrice** | **Integer** | | [optional] [default to null] |
|
||||
| **id** | **String** | | [default to null] |
|
||||
| **imageUrl** | **String** | | [default to null] |
|
||||
| **listingDate** | **String** | | [default to null] |
|
||||
| **lock** | **Boolean** | | [optional] [default to null] |
|
||||
| **lowestPrice** | **Integer** | | [optional] [default to null] |
|
||||
| **name** | **String** | | [default to null] |
|
||||
| **pendingUpload** | **Boolean** | | [optional] [default to false] |
|
||||
| **performance** | [**Avatar_performance**](Avatar_performance.md) | | [default to null] |
|
||||
| **productId** | **String** | | [optional] [default to null] |
|
||||
| **publishedListings** | [**List**](Avatar_publishedListings_inner.md) | | [optional] [default to null] |
|
||||
| **releaseStatus** | **String** | | [default to public] |
|
||||
| **searchable** | **Boolean** | | [optional] [default to false] |
|
||||
| **styles** | [**Avatar_styles**](Avatar_styles.md) | | [default to null] |
|
||||
| **tags** | **List** | | [default to null] |
|
||||
| **thumbnailImageUrl** | **String** | | [default to null] |
|
||||
| **unityPackageUrl** | **String** | | [default to null] |
|
||||
| **unityPackageUrlObject** | [**Avatar_unityPackageUrlObject**](Avatar_unityPackageUrlObject.md) | | [default to null] |
|
||||
| **unityPackages** | [**Set**](UnityPackage.md) | | [default to null] |
|
||||
| **updated\_at** | **Date** | | [default to null] |
|
||||
| **version** | **Integer** | | [default to 0] |
|
||||
|
||||
[[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