C# 클래스 PlayFab.ServerModels.ReportPlayerServerResult

상속: PlayFab.SharedModels.PlayFabResultCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
SubmissionsRemaining int
Updated bool

프로퍼티 상세

SubmissionsRemaining 공개적으로 프로퍼티

The number of remaining reports which may be filed today by this reporting player.
public int SubmissionsRemaining
리턴 int

Updated 공개적으로 프로퍼티

Indicates whether this action completed successfully.
public bool Updated
리턴 bool