C# Class PlayFab.AdminModels.GetCloudScriptRevisionRequest

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

Public Properties

Property Type Description
Revision int?
Version int?

Property Details

Revision public property

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

Version public property

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