Class ListReportsResponse
Response method for the ListReports method. The response will always include all of the available reports.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class ListReportsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reports
The report objects returned will contain their names and usage instructions, but include no results. Use the
GetReport method to run the report and obtain the paged results.
Declaration
[JsonProperty("reports")]
public virtual IList<Report> Reports { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Report> |