Class: Google::Apis::ClouderrorreportingV1beta1::TrackingIssue

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/clouderrorreporting_v1beta1/classes.rb,
lib/google/apis/clouderrorreporting_v1beta1/representations.rb,
lib/google/apis/clouderrorreporting_v1beta1/representations.rb

Overview

Information related to tracking the progress on resolving the error.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TrackingIssue

Returns a new instance of TrackingIssue.



607
608
609
# File 'lib/google/apis/clouderrorreporting_v1beta1/classes.rb', line 607

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#urlString

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

Returns:

  • (String)


605
606
607
# File 'lib/google/apis/clouderrorreporting_v1beta1/classes.rb', line 605

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



612
613
614
# File 'lib/google/apis/clouderrorreporting_v1beta1/classes.rb', line 612

def update!(**args)
  @url = args[:url] if args.key?(:url)
end