class Google::Apis::ClouderrorreportingV1beta1::TrackingIssue

Information related to tracking the progress on resolving the error.

Attributes

url[RW]

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` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/clouderrorreporting_v1beta1/classes.rb, line 595
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/clouderrorreporting_v1beta1/classes.rb, line 600
def update!(**args)
  @url = args[:url] if args.key?(:url)
end