C# Class PlayFab.AdminModels.UpdateRandomResultTablesRequest

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

Public Properties

Property Type Description
CatalogVersion string
Tables List

Property Details

CatalogVersion public_oe property

which catalog is being updated. If null, update the current default catalog version
public string CatalogVersion
return string

Tables public_oe property

array of random result tables to make available (Note: specifying an existing TableId will result in overwriting that table, while any others will be added to the available set)
public List Tables
return List