Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PlayFab
AdminModels
UpdateCloudScriptRequest
C# Class PlayFab.AdminModels.UpdateCloudScriptRequest
Inheritance:
PlayFabRequestCommon
ファイルを表示
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