C# Class PlayFab.MatchmakerModels.UserInfoRequest

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

Public Properties

Property Type Description
MinCatalogVersion int
PlayFabId string

Property Details

MinCatalogVersion public_oe property

Minimum catalog version for which data is requested (filters the results to only contain inventory items which have a catalog version of this or higher).
public int MinCatalogVersion
return int

PlayFabId public_oe property

PlayFab unique identifier of the user whose information is being requested.
public string PlayFabId
return string