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
155 156 157 |
# File 'generated/google/apis/clouderrorreporting_v1beta1/classes.rb', line 155 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
153 154 155 |
# File 'generated/google/apis/clouderrorreporting_v1beta1/classes.rb', line 153 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
160 161 162 |
# File 'generated/google/apis/clouderrorreporting_v1beta1/classes.rb', line 160 def update!(**args) @url = args[:url] if args.key?(:url) end |