Interface protos.google.analytics.data.v1beta.IRunRealtimeReportResponse (6.1.0)

Properties of a RunRealtimeReportResponse.

Package

@google-analytics/data

Properties

dimensionHeaders

dimensionHeaders?: (google.analytics.data.v1beta.IDimensionHeader[]|null);

RunRealtimeReportResponse dimensionHeaders

kind

kind?: (string|null);

RunRealtimeReportResponse kind

maximums

maximums?: (google.analytics.data.v1beta.IRow[]|null);

RunRealtimeReportResponse maximums

metricHeaders

metricHeaders?: (google.analytics.data.v1beta.IMetricHeader[]|null);

RunRealtimeReportResponse metricHeaders

minimums

minimums?: (google.analytics.data.v1beta.IRow[]|null);

RunRealtimeReportResponse minimums

propertyQuota

propertyQuota?: (google.analytics.data.v1beta.IPropertyQuota|null);

RunRealtimeReportResponse propertyQuota

rowCount

rowCount?: (number|null);

RunRealtimeReportResponse rowCount

rows

rows?: (google.analytics.data.v1beta.IRow[]|null);

RunRealtimeReportResponse rows

totals

totals?: (google.analytics.data.v1beta.IRow[]|null);

RunRealtimeReportResponse totals