View Source GoogleApi.ToolResults.V1beta3.Model.EncounteredNonAndroidUiWidgetScreen (google_api_tool_results v0.34.0)

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

Attributes

  • distinctScreens (type: integer(), default: nil) - Number of encountered distinct screens with non Android UI widgets.
  • screenIds (type: list(String.t), default: nil) - Subset of screens which contain non Android UI widgets.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.EncounteredNonAndroidUiWidgetScreen{
  distinctScreens: integer() | nil,
  screenIds: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.