C# Class PlayFab.ServerModels.UpdateBanRequest

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

Méthodes publiques

Свойство Type Description
Active bool?
BanId string
Expires DateTime?
IPAddress string
MACAddress string
Permanent bool?
Reason string

Property Details

Active public_oe property

The updated active state for the ban. Null for no change.
public bool? Active
Résultat bool?

BanId public_oe property

The id of the ban to be updated.
public string BanId
Résultat string

Expires public_oe property

The updated expiration date for the ban. Null for no change.
public DateTime? Expires
Résultat DateTime?

IPAddress public_oe property

The updated IP address for the ban. Null for no change.
public string IPAddress
Résultat string

MACAddress public_oe property

The updated MAC address for the ban. Null for no change.
public string MACAddress
Résultat string

Permanent public_oe property

Whether to make this ban permanent. Set to true to make this ban permanent. This will not modify Active state.
public bool? Permanent
Résultat bool?

Reason public_oe property

The updated reason for the ban to be updated. Maximum 140 characters. Null for no change.
public string Reason
Résultat string