C# Class PlayFab.ClientModels.GetStoreItemsRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CatalogVersion string
StoreId string

Property Details

CatalogVersion public_oe property

catalog version to store items from. Use default catalog version if null
public string CatalogVersion
return string

StoreId public_oe property

Unqiue identifier for the store which is being requested.
public string StoreId
return string