C# Class PlayFab.ServerModels.BanRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
DurationInHours uint?
IPAddress string
MACAddress string
PlayFabId string
Reason string

Property Details

DurationInHours public_oe property

The duration in hours for the ban. Leave this blank for a permanent ban.
public uint? DurationInHours
Résultat uint?

IPAddress public_oe property

IP address to be banned. May affect multiple players.
public string IPAddress
Résultat string

MACAddress public_oe property

MAC address to be banned. May affect multiple players.
public string MACAddress
Résultat string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Résultat string

Reason public_oe property

The reason for this ban. Maximum 140 characters.
public string Reason
Résultat string