Show / Hide Table of Contents

Class SkippedDetail

Details for an outcome with a SKIPPED outcome summary.

Inheritance
object
SkippedDetail
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX