C# Class PlayFab.AdminModels.CloudScriptFile

Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
FileContents string
Filename string

Property Details

FileContents public_oe property

Contents of the Cloud Script javascript. Must be string-escaped javascript.
public string FileContents
Résultat string

Filename public_oe property

Name of the javascript file. These names are not used internally by the server, they are only for developer organizational purposes.
public string Filename
Résultat string