C# Class PlayFab.AdminModels.GetDataReportRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
Day int
Month int
ReportName string
Year int

Property Details

Day public_oe property

Reporting year (UTC)
public int Day
Résultat int

Month public_oe property

Reporting month (UTC)
public int Month
Résultat int

ReportName public_oe property

Report name
public string ReportName
Résultat string

Year public_oe property

Reporting year (UTC)
public int Year
Résultat int