Class: Google::Apis::ToolresultsV1beta3::SuccessDetail

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

Overview

Details for an outcome with a SUCCESS outcome summary. LINT.IfChange

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SuccessDetail

Returns a new instance of SuccessDetail.



2638
2639
2640
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2638

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

Instance Attribute Details

#other_native_crashBoolean Also known as: other_native_crash?

If a native process other than the app crashed. Corresponds to the JSON property otherNativeCrash

Returns:

  • (Boolean)


2635
2636
2637
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2635

def other_native_crash
  @other_native_crash
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2643
2644
2645
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2643

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