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

Attributes

  • fileReference (type: String.t, default: nil) - File reference of the png file. Required.
  • locale (type: String.t, default: nil) - Locale of the device that the screenshot was taken on. Required.
  • model (type: String.t, default: nil) - Model of the device that the screenshot was taken on. Required.
  • version (type: String.t, default: nil) - OS version of the device that the screenshot was taken on. Required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.Screen{
  fileReference: String.t() | nil,
  locale: String.t() | nil,
  model: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.