C# Class PlayFab.AdminModels.GetCloudScriptRevisionRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Revision int?
Version int?

Property Details

Revision public_oe property

Revision number. If left null, defaults to the latest revision
public int? Revision
return int?

Version public_oe property

Version number. If left null, defaults to the latest version
public int? Version
return int?