C# Класс PlayFab.ServerModels.UpdateBanRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Active bool?
BanId string
Expires DateTime?
IPAddress string
MACAddress string
Permanent bool?
Reason string

Описание свойств

Active публичное свойство

The updated active state for the ban. Null for no change.
public bool? Active
Результат bool?

BanId публичное свойство

The id of the ban to be updated.
public string BanId
Результат string

Expires публичное свойство

The updated expiration date for the ban. Null for no change.
public DateTime? Expires
Результат DateTime?

IPAddress публичное свойство

The updated IP address for the ban. Null for no change.
public string IPAddress
Результат string

MACAddress публичное свойство

The updated MAC address for the ban. Null for no change.
public string MACAddress
Результат string

Permanent публичное свойство

Whether to make this ban permanent. Set to true to make this ban permanent. This will not modify Active state.
public bool? Permanent
Результат bool?

Reason публичное свойство

The updated reason for the ban to be updated. Maximum 140 characters. Null for no change.
public string Reason
Результат string