Enum ProjectsResource.AppsResource.ReportsResource.GetRequest.GranularityEnum
Optional. The report response will contain one data point per time grain. If omitted, the report will contain a single data point for the complete interval.
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public enum ProjectsResource.AppsResource.ReportsResource.GetRequest.GranularityEnum
Fields
| Name | Description |
|---|---|
| TIMEGRANULARITYDAY | Day. |
| TIMEGRANULARITYHOUR | Hour. |
| TIMEGRANULARITYNONE | Returns a single interval for the requested time range. |
| TIMEGRANULARITYUNSPECIFIED | Unknown. |