C# Class PlayFab.AdminModels.UpdateCatalogItemsRequest

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

Public Properties

Property Type Description
Catalog List
CatalogVersion string
SetAsDefaultCatalog bool?

Property Details

Catalog public property

Array of catalog items to be submitted. Note that while CatalogItem has a parameter for CatalogVersion, it is not required and ignored in this call.
public List Catalog
return List

CatalogVersion public property

Which catalog is being updated. If null, uses the default catalog.
public string CatalogVersion
return string

SetAsDefaultCatalog public property

Should this catalog be set as the default catalog. Defaults to true. If there is currently no default catalog, this will always set it.
public bool? SetAsDefaultCatalog
return bool?