C# Class PlayFab.ServerModels.EvaluateRandomResultTableRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CatalogVersion string
TableId string

Property Details

CatalogVersion public 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 property

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