C# 클래스 PlayFab.ServerModels.BanRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
DurationInHours uint?
IPAddress string
MACAddress string
PlayFabId string
Reason string

프로퍼티 상세

DurationInHours 공개적으로 프로퍼티

The duration in hours for the ban. Leave this blank for a permanent ban.
public uint? DurationInHours
리턴 uint?

IPAddress 공개적으로 프로퍼티

IP address to be banned. May affect multiple players.
public string IPAddress
리턴 string

MACAddress 공개적으로 프로퍼티

MAC address to be banned. May affect multiple players.
public string MACAddress
리턴 string

PlayFabId 공개적으로 프로퍼티

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
리턴 string

Reason 공개적으로 프로퍼티

The reason for this ban. Maximum 140 characters.
public string Reason
리턴 string