Class UIElementTooDeep
A warning that the screen hierarchy is deeper than the recommended threshold.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class UIElementTooDeep : IDirectResponseSchema
Properties
Depth
The depth of the screen element
Declaration
[JsonProperty("depth")]
public virtual int? Depth { 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 |
ScreenId
The screen id of the element
Declaration
[JsonProperty("screenId")]
public virtual string ScreenId { get; set; }
Property Value
Type | Description |
---|---|
string |
ScreenStateId
The screen state id of the element
Declaration
[JsonProperty("screenStateId")]
public virtual string ScreenStateId { get; set; }
Property Value
Type | Description |
---|---|
string |