C# Class PlayFab.AdminModels.CloudScriptFile

显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return 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
return string