Show / Hide Table of Contents

Class EncounteredNonAndroidUiWidgetScreen

Additional details about encountered screens with elements that are not Android UI widgets.

Inheritance
object
EncounteredNonAndroidUiWidgetScreen
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 EncounteredNonAndroidUiWidgetScreen : IDirectResponseSchema

Properties

DistinctScreens

Number of encountered distinct screens with non Android UI widgets.

Declaration
[JsonProperty("distinctScreens")]
public virtual int? DistinctScreens { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

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

ScreenIds

Subset of screens which contain non Android UI widgets.

Declaration
[JsonProperty("screenIds")]
public virtual IList<string> ScreenIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX