Show / Hide Table of Contents

Class ReportGroup

A group of results in an EventReport. In any report, the group_parent field is strictly the same type for all of the groups in any collection.

Inheritance
object
ReportGroup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class ReportGroup : IDirectResponseSchema

Properties

Browser

Browser metrics group.

Declaration
[JsonProperty("browser")]
public virtual Browser Browser { get; set; }
Property Value
Type Description
Browser

Device

Device metrics group.

Declaration
[JsonProperty("device")]
public virtual Device Device { get; set; }
Property Value
Type Description
Device

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Issue

Issue metrics group.

Declaration
[JsonProperty("issue")]
public virtual Issue Issue { get; set; }
Property Value
Type Description
Issue

Metrics

Scalar metrics will contain a single object covering the entire interval, while time-dimensioned graphs will contain one per time grain.

Declaration
[JsonProperty("metrics")]
public virtual IList<IntervalMetrics> Metrics { get; set; }
Property Value
Type Description
IList<IntervalMetrics>

OperatingSystem

Operating system metrics group.

Declaration
[JsonProperty("operatingSystem")]
public virtual OperatingSystem OperatingSystem { get; set; }
Property Value
Type Description
OperatingSystem

Subgroups

When applicable, this field contains additional nested groupings. For example, events can be grouped by operating system and by operating system version.

Declaration
[JsonProperty("subgroups")]
public virtual IList<ReportGroup> Subgroups { get; set; }
Property Value
Type Description
IList<ReportGroup>

Variant

Issue variant metrics group.

Declaration
[JsonProperty("variant")]
public virtual IssueVariant Variant { get; set; }
Property Value
Type Description
IssueVariant

Version

Version metrics group.

Declaration
[JsonProperty("version")]
public virtual Version Version { get; set; }
Property Value
Type Description
Version

WebMetricsGroup

Web metrics group.

Declaration
[JsonProperty("webMetricsGroup")]
public virtual WebMetricsGroup WebMetricsGroup { get; set; }
Property Value
Type Description
WebMetricsGroup

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX