C# 클래스 PlayFab.AdminModels.GetDataReportRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Day int
Month int
ReportName string
Year int

프로퍼티 상세

Day 공개적으로 프로퍼티

Reporting year (UTC)
public int Day
리턴 int

Month 공개적으로 프로퍼티

Reporting month (UTC)
public int Month
리턴 int

ReportName 공개적으로 프로퍼티

Report name
public string ReportName
리턴 string

Year 공개적으로 프로퍼티

Reporting year (UTC)
public int Year
리턴 int