Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 805 Bytes

AccountDeletionLog.md

File metadata and controls

12 lines (8 loc) · 805 Bytes

VRChat.API.Model.AccountDeletionLog

Properties

Name Type Description Notes
Message string Typically "Deletion requested" or "Deletion canceled". Other messages like "Deletion completed" may exist, but are these are not possible to see as a regular user. [optional] [default to "Deletion requested"]
DeletionScheduled DateTime? When the deletion is scheduled to happen, standard is 14 days after the request. [optional]
DateTime DateTime Date and time of the deletion request. [optional]

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