Show / Hide Table of Contents

Class SuccessDetail

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

Inheritance
object
SuccessDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class SuccessDetail : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OtherNativeCrash

If a native process other than the app crashed.

Declaration
[JsonProperty("otherNativeCrash")]
public virtual bool? OtherNativeCrash { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX