Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IssueVariant

import type { IssueVariant } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";

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

interface IssueVariant {
readonly id?: string;
readonly sampleEvent?: string;
readonly uri?: string;
}

§Properties

§
readonly id?: string
[src]

Output only. Immutable. Distinct identifier for the variant.

§
readonly sampleEvent?: string
[src]

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

§
readonly uri?: string
[src]

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.