C# Class PlayFab.AdminModels.UpdateCloudScriptRequest

Inheritance: PlayFabRequestCommon
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
DeveloperPlayFabId string
Files List
Publish bool

Property Details

DeveloperPlayFabId public_oe property

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

Files public_oe 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_oe property

Immediately publish the new revision
public bool Publish
return bool