Class IssueVariant
A variant is a subgroup of an issue where all events have very similar stack traces. Issues may contain one or more variants.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class IssueVariant : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. Immutable. Distinct identifier for the variant.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SampleEvent
Output only. The resource name for a sample event in this variant.
Declaration
[JsonProperty("sampleEvent")]
public virtual string SampleEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
Output only. Provides a link to the variant on the Firebase console. When this variant is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |