google_api_tool_results v0.4.0 GoogleApi.ToolResults.V1beta3.Model.Screen View Source

Attributes

  • fileReference (String.t): File reference of the png file. Required. Defaults to: null.
  • locale (String.t): Locale of the device that the screenshot was taken on. Required. Defaults to: null.
  • model (String.t): Model of the device that the screenshot was taken on. Required. Defaults to: null.
  • version (String.t): OS version of the device that the screenshot was taken on. Required. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.Screen{
  fileReference: any(),
  locale: any(),
  model: any(),
  version: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.