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

Attributes

  • activity (type: String.t, default: nil) - A string that describes the activity of every screen in the cluster.
  • clusterId (type: String.t, default: nil) - A unique identifier for the cluster. @OutputOnly
  • keyScreen (type: GoogleApi.ToolResults.V1beta3.Model.Screen.t, default: nil) - 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
  • screens (type: list(GoogleApi.ToolResults.V1beta3.Model.Screen.t), default: nil) - Full list of screens.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.ScreenshotCluster{
  activity: String.t() | nil,
  clusterId: String.t() | nil,
  keyScreen: GoogleApi.ToolResults.V1beta3.Model.Screen.t() | nil,
  screens: [GoogleApi.ToolResults.V1beta3.Model.Screen.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.