C# Class PlayFab.AdminModels.DeleteStoreRequest

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

Public Properties

Property 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
return string

StoreId public_oe property

unqiue identifier for the store which is to be deleted
public string StoreId
return string