Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 903 Bytes

AccountDeletionLog.md

File metadata and controls

17 lines (12 loc) · 903 Bytes

vrchat_dart_generated.model.AccountDeletionLog

Load the model package

import 'package:vrchat_dart_generated/api.dart';

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]