Class Report
Response message for the GetReport method. A report consists of the results of a query over an application's events. The events may be filtered by various criteria defined in the filters proto. The result will consist of a number of paginated groups, of a type relevant to the report such as issues or device models.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Report : IDirectResponseSchema
Properties
DisplayName
Output only. The displayable title of the report.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Groups
Aggregate event statistics in the report will be grouped by a dimension, such as by issue or by version. The response contains one element per group, and all ReportGroup messages will have the same parent field.
Declaration
[JsonProperty("groups")]
public virtual IList<ReportGroup> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ReportGroup> |
Name
The name of the report. Format: "projects/{project}/apps/{app_id}/reports/{report}".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Output only. A page token used to retrieve additional report groups. If this field is not present, there are no subsequent pages available to retrieve.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalSize
Output only. The total number of groups retrievable by the request.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Usage
Usage instructions for the report with a description of the result metrics. This field contains a description of the underlying query and describes the expected response data with any known caveats. This string can be displayed in the UI of any integration that offers comprehensive access to all Crashlytics reports.
Declaration
[JsonProperty("usage")]
public virtual string Usage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |