Class: Google::Apis::ClouderrorreportingV1beta1::TrackingIssue
- Inherits:
-
Object
- Object
- Google::Apis::ClouderrorreportingV1beta1::TrackingIssue
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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.
Constructor Details
#initialize(**args) ⇒ TrackingIssue
Returns a new instance of TrackingIssue.
595 596 597 |
# File 'generated/google/apis/clouderrorreporting_v1beta1/classes.rb', line 595 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
593 594 595 |
# File 'generated/google/apis/clouderrorreporting_v1beta1/classes.rb', line 593 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
600 601 602 |
# File 'generated/google/apis/clouderrorreporting_v1beta1/classes.rb', line 600 def update!(**args) @url = args[:url] if args.key?(:url) end |