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.



610
611
612
# File 'lib/google/apis/clouderrorreporting_v1beta1/classes.rb', line 610

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)


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

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



615
616
617
# File 'lib/google/apis/clouderrorreporting_v1beta1/classes.rb', line 615

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