C# Class PlayFab.AdminModels.UpdateRandomResultTablesRequest

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

Public Properties

Property Type Description
CatalogVersion string
Tables List

Property Details

CatalogVersion public property

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

Tables public 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