IssueVariant

A variant is a subgroup of an issue where all events have very similar stack traces. Issues may contain one or more variants.

JSON representation
{
  "id": string,
  "sampleEvent": string,
  "uri": string
}
Fields
id

string

Output only. Immutable. Distinct identifier for the variant.

sampleEvent

string

Output only. The resource name for a sample event in this variant.

uri

string

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.