Class: Google::Cloud::ErrorReporting::V1beta1::TrackingIssue

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

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



50
51
52
53
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 50

class TrackingIssue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end