Class SuccessDetail
Details for an outcome with a SUCCESS outcome summary. LINT.IfChange
Implements
Inherited Members
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? |