Class: Google::Cloud::ErrorReporting::V1beta1::TrackingIssue
- Inherits:
-
Object
- Object
- Google::Cloud::ErrorReporting::V1beta1::TrackingIssue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb
Overview
Information related to tracking the progress on resolving the error.
Instance Attribute Summary collapse
-
#url ⇒ ::String
A URL pointing to a related entry in an issue tracking system.
Instance Attribute Details
#url ⇒ ::String
Returns A URL pointing to a related entry in an issue tracking system.
Example: https://github.com/user/project/issues/4
.
71 72 73 74 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 71 class TrackingIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |