Google Cloud Error Reporting v1beta1 API - Class TrackingIssue (3.0.0-beta03)

public sealed class TrackingIssue : IMessage<TrackingIssue>, IEquatable<TrackingIssue>, IDeepCloneable<TrackingIssue>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class TrackingIssue.

Information related to tracking the progress on resolving the error.

Inheritance

object > TrackingIssue

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

TrackingIssue()

public TrackingIssue()

TrackingIssue(TrackingIssue)

public TrackingIssue(TrackingIssue other)
Parameter
NameDescription
otherTrackingIssue

Properties

Url

public string Url { get; set; }

A URL pointing to a related entry in an issue tracking system. Example: https://github.com/user/project/issues/4

Property Value
TypeDescription
string