Class: Google::Apis::ClouderrorreportingV1beta1::TrackingIssue
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ClouderrorreportingV1beta1::TrackingIssue
 
- Defined in:
- generated/google/apis/clouderrorreporting_v1beta1/classes.rb,
 generated/google/apis/clouderrorreporting_v1beta1/representations.rb,
 generated/google/apis/clouderrorreporting_v1beta1/representations.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 Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TrackingIssue 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TrackingIssue. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TrackingIssue
Returns a new instance of TrackingIssue
| 614 615 616 | # File 'generated/google/apis/clouderrorreporting_v1beta1/classes.rb', line 614 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#url ⇒ String
A URL pointing to a related entry in an issue tracking system.
Example: https://github.com/user/project/issues/4
Corresponds to the JSON property url
| 612 613 614 | # File 'generated/google/apis/clouderrorreporting_v1beta1/classes.rb', line 612 def url @url end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 619 620 621 | # File 'generated/google/apis/clouderrorreporting_v1beta1/classes.rb', line 619 def update!(**args) @url = args[:url] if args.key?(:url) end |