Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PlayFab
AdminModels
UpdateCloudScriptRequest
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