C# Class PlayFab.AdminModels.DeleteStoreRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
CatalogVersion string
StoreId string

Property Details

CatalogVersion public_oe property

catalog version of the store to delete. If null, uses the default catalog.
public string CatalogVersion
Résultat string

StoreId public_oe property

unqiue identifier for the store which is to be deleted
public string StoreId
Résultat string