C# Class PlayFab.ServerModels.EvaluateRandomResultTableRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CatalogVersion string
TableId string

Property Details

CatalogVersion public_oe property

Specifies the catalog version that should be used to evaluate the Random Result Table. If unspecified, uses default/primary catalog.
public string CatalogVersion
return string

TableId public_oe property

The unique identifier of the Random Result Table to use.
public string TableId
return string