Class: Google::Apis::ToolresultsV1beta3::SuccessDetail
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::SuccessDetail
- 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
Instance Attribute Summary collapse
-
#other_native_crash ⇒ Boolean
(also: #other_native_crash?)
If a native process other than the app crashed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SuccessDetail
constructor
A new instance of SuccessDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SuccessDetail
Returns a new instance of SuccessDetail
2188 2189 2190 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2188 def initialize(**args) update!(**args) end |
Instance Attribute Details
#other_native_crash ⇒ Boolean Also known as: other_native_crash?
If a native process other than the app crashed.
Corresponds to the JSON property otherNativeCrash
2185 2186 2187 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2185 def other_native_crash @other_native_crash end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2193 2194 2195 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2193 def update!(**args) @other_native_crash = args[:other_native_crash] if args.key?(:other_native_crash) end |