C# Class PlayFab.AdminModels.UpdateCloudScriptRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
DeveloperPlayFabId string
Files List
Publish bool

Property Details

DeveloperPlayFabId public property

PlayFab user ID of the developer initiating the request.
public string DeveloperPlayFabId
return string

Files public property

List of Cloud Script files to upload to create the new revision. Must have at least one file.
public List Files
return List

Publish public property

Immediately publish the new revision
public bool Publish
return bool