C# Class PlayFab.AdminModels.GetDataReportRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Day int
Month int
ReportName string
Year int

Property Details

Day public_oe property

Reporting year (UTC)
public int Day
return int

Month public_oe property

Reporting month (UTC)
public int Month
return int

ReportName public_oe property

Report name
public string ReportName
return string

Year public_oe property

Reporting year (UTC)
public int Year
return int