C# Class PlayFab.ServerModels.GetRandomResultTablesRequest

Inheritance: PlayFabRequestCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CatalogVersion string
TableIDs List

Property Details

CatalogVersion public_oe property

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

TableIDs public_oe property

The unique identifier of the Random Result Table to use.
public List TableIDs
return List