Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.48 KB

File metadata and controls

29 lines (24 loc) · 1.48 KB

vrchat_dart_generated.model.CreateAvatarRequest

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
assetUrl String [optional]
assetVersion String [optional]
createdAt String A date and time of the pattern M/d/yyyy h:mm:ss tt (see C Sharp System.DateTime) [optional]
description String [optional]
id String [optional]
imageUrl String
name String
platform String This is normally android, ios, standalonewindows, web, or the empty value ``, but also supposedly can be any random Unity version such as 2019.2.4-801-Release or `2019.2.2-772-Release` or even `unknownplatform`. [optional]
releaseStatus ReleaseStatus [optional]
tags List<String> [optional]
thumbnailImageUrl String [optional]
unityPackageUrl String [optional]
unityVersion String [optional] [default to '5.3.4p1']
updatedAt String A date and time of the pattern M/d/yyyy h:mm:ss tt (see C Sharp System.DateTime) [optional]
version int [optional] [default to 1]

[Back to Model list] [Back to API list] [Back to README]