C# Class PlayFab.AdminModels.UpdateBanRequest

Inheritance: PlayFabRequestCommon
Show file 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 property

The updated active state for the ban. Null for no change.
public bool? Active
return bool?

BanId public property

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

Expires public property

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

IPAddress public property

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

MACAddress public property

The updated MAC address for the ban. Null for no change.
public string MACAddress
return string

Permanent public 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 property

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