Class SkippedDetail
Details for an outcome with a SKIPPED outcome summary.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class SkippedDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncompatibleAppVersion
If the App doesn't support the specific API level.
Declaration
[JsonProperty("incompatibleAppVersion")]
public virtual bool? IncompatibleAppVersion { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncompatibleArchitecture
If the App doesn't run on the specific architecture, for example, x86.
Declaration
[JsonProperty("incompatibleArchitecture")]
public virtual bool? IncompatibleArchitecture { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncompatibleDevice
If the requested OS version doesn't run on the specific device model.
Declaration
[JsonProperty("incompatibleDevice")]
public virtual bool? IncompatibleDevice { get; set; }
Property Value
Type | Description |
---|---|
bool? |