Class TrackingIssue (1.6.0)

TrackingIssue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information related to tracking the progress on resolving the error.

Attribute

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

Inheritance

builtins.object > proto.message.Message > TrackingIssue