C# 클래스 PlayFab.ServerModels.UpdateBanRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
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