Class: Google::Apis::ToolresultsV1beta3::NativeCrash

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

Overview

Additional details for a native crash.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NativeCrash

Returns a new instance of NativeCrash.



1853
1854
1855
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1853

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

Instance Attribute Details

#stack_traceGoogle::Apis::ToolresultsV1beta3::StackTrace

A stacktrace. Corresponds to the JSON property stackTrace



1851
1852
1853
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1851

def stack_trace
  @stack_trace
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1858
1859
1860
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1858

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