Files
vrchatapi-rust/docs/AccountDeletionLog.md
Foorack / Max Faxälv 178e74b886 Update generate.sh spec URL
2022-12-06 23:19:47 +01:00

14 lines
775 B
Markdown

# AccountDeletionLog
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | Option<**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]
**deletion_scheduled** | Option<**String**> | When the deletion is scheduled to happen, standard is 14 days after the request. | [optional]
**date_time** | Option<**String**> | Date and time of the deletion request. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)