C# Class PlayFab.AdminModels.DeleteStoreRequest

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

Public Properties

Property Type Description
CatalogVersion string
StoreId string

Property Details

CatalogVersion public property

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

StoreId public property

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