View Source GoogleApi.Dataflow.V1b3.Model.HotKeyDebuggingInfo (google_api_dataflow v0.46.1)

Information useful for debugging a hot key detection.

Attributes

  • detectedHotKeys (type: %{optional(String.t) => GoogleApi.Dataflow.V1b3.Model.HotKeyInfo.t}, default: nil) - Debugging information for each detected hot key. Keyed by a hash of the key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.HotKeyDebuggingInfo{
  detectedHotKeys:
    %{optional(String.t()) => GoogleApi.Dataflow.V1b3.Model.HotKeyInfo.t()}
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.