Show / Hide Table of Contents

Class Issue

An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.

Inheritance
object
Issue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Issue : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorType

Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.

Declaration
[JsonProperty("errorType")]
public virtual string ErrorType { get; set; }
Property Value
Type Description
string

FirstSeenTime

object representation of FirstSeenTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FirstSeenTimeDateTimeOffset instead.")]
public virtual object FirstSeenTime { get; set; }
Property Value
Type Description
object

FirstSeenTimeDateTimeOffset

DateTimeOffset representation of FirstSeenTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? FirstSeenTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

FirstSeenTimeRaw

Output only. Immutable. The first time this issue was seen.

Declaration
[JsonProperty("firstSeenTime")]
public virtual string FirstSeenTimeRaw { get; set; }
Property Value
Type Description
string

FirstSeenVersion

Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.

Declaration
[JsonProperty("firstSeenVersion")]
public virtual string FirstSeenVersion { get; set; }
Property Value
Type Description
string

Id

Output only. Immutable. Unique identifier for the issue.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

LastSeenTime

object representation of LastSeenTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSeenTimeDateTimeOffset instead.")]
public virtual object LastSeenTime { get; set; }
Property Value
Type Description
object

LastSeenTimeDateTimeOffset

DateTimeOffset representation of LastSeenTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSeenTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastSeenTimeRaw

Output only. The most recent time this issue was seen.

Declaration
[JsonProperty("lastSeenTime")]
public virtual string LastSeenTimeRaw { get; set; }
Property Value
Type Description
string

LastSeenVersion

Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.

Declaration
[JsonProperty("lastSeenVersion")]
public virtual string LastSeenVersion { get; set; }
Property Value
Type Description
string

Name

Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}".

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NotesCount

Output only. The number of notes attached to an issue.

Declaration
[JsonProperty("notesCount")]
public virtual long? NotesCount { get; set; }
Property Value
Type Description
long?

SampleEvent

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

Declaration
[JsonProperty("sampleEvent")]
public virtual string SampleEvent { get; set; }
Property Value
Type Description
string

Signals

Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer.

Declaration
[JsonProperty("signals")]
public virtual IList<IssueSignals> Signals { get; set; }
Property Value
Type Description
IList<IssueSignals>

State

Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see Regressed Issues.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StateUpdateTime

object representation of StateUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateUpdateTimeDateTimeOffset instead.")]
public virtual object StateUpdateTime { get; set; }
Property Value
Type Description
object

StateUpdateTimeDateTimeOffset

DateTimeOffset representation of StateUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StateUpdateTimeRaw

Output only. The time at which the issue state was last changed.

Declaration
[JsonProperty("stateUpdateTime")]
public virtual string StateUpdateTimeRaw { get; set; }
Property Value
Type Description
string

Subtitle

Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message.

Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type Description
string

Title

Output only. Immutable. Caption title. This is usually a source file or method name.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Uri

Output only. Provides a link to the Issue on the Firebase console. When this Issue 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

Variants

Output only. Immutable. The top 12 variants (subgroups) within the issue. Variants group events within an issue that are very similar. A single result implies that the variant is the same as the parent issue. This field will be empty when multiple issues are requested. Request a single issue to list variants.

Declaration
[JsonProperty("variants")]
public virtual IList<IssueVariant> Variants { get; set; }
Property Value
Type Description
IList<IssueVariant>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX