My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.DataModels.DeleteFilesRequest Class Reference

Deletes the requested files from the entity's profile. More...

Inheritance diagram for PlayFab.DataModels.DeleteFilesRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
EntityKey Entity
 The entity to perform this action on.
 
List< string > FileNames
 Names of the files to be deleted.
 
int? ProfileVersion
 The expected version of the profile, if set and doesn't match the current version of the profile the operation will not be performed.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

Deletes the requested files from the entity's profile.


The documentation for this class was generated from the following file: