Show / Hide Table of Contents

Class UIElementTooDeep

A warning that the screen hierarchy is deeper than the recommended threshold.

Inheritance
object
UIElementTooDeep
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX