Class EncounteredNonAndroidUiWidgetScreen
Additional details about encountered screens with elements that are not Android UI widgets.
Implements
Inherited Members
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> |