C# Class PlayFab.ServerModels.UpdateBanRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return bool?

BanId public_oe property

The id of the ban to be updated.
public string BanId
return string

Expires public_oe property

The updated expiration date for the ban. Null for no change.
public DateTime? Expires
return DateTime?

IPAddress public_oe property

The updated IP address for the ban. Null for no change.
public string IPAddress
return string

MACAddress public_oe property

The updated MAC address for the ban. Null for no change.
public string MACAddress
return 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
return bool?

Reason public_oe property

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