google_api_tool_results v0.1.0 GoogleApi.ToolResults.V1beta3.Model.ScreenshotCluster View Source

Attributes

  • activity (String.t): A string that describes the activity of every screen in the cluster. Defaults to: null.
  • clusterId (String.t): A unique identifier for the cluster. Defaults to: null.
  • keyScreen (Screen): A singular screen that represents the cluster as a whole. This screen will act as the "cover" of the entire cluster. When users look at the clusters, only the key screen from each cluster will be shown. Which screen is the key screen is determined by the ClusteringAlgorithm Defaults to: null.
  • screens ([Screen]): Full list of screens. 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.ScreenshotCluster{
  activity: any(),
  clusterId: any(),
  keyScreen: GoogleApi.ToolResults.V1beta3.Model.Screen.t(),
  screens: [GoogleApi.ToolResults.V1beta3.Model.Screen.t()]
}

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.