C# Класс PlayFab.AdminModels.UpdateRandomResultTablesRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CatalogVersion string
Tables List

Описание свойств

CatalogVersion публичное свойство

which catalog is being updated. If null, update the current default catalog version
public string CatalogVersion
Результат string

Tables публичное свойство

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
Результат List