Class: Google::Devtools::Clouderrorreporting::V1beta1::TrackingIssue
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Clouderrorreporting::V1beta1::TrackingIssue
 
 
- Defined in:
 - lib/google/cloud/error_reporting/v1beta1/doc/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
      39  | 
    
      # File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 39 class TrackingIssue; end  |