GoogleApi.Dataflow.V1b3.Model.BoundedTrieNode (google_api_dataflow v0.53.0)

View Source

A single node in a BoundedTrie.

Attributes

  • children (type: %{optional(String.t) => GoogleApi.Dataflow.V1b3.Model.BoundedTrieNode.t}, default: nil) - Children of this node. Must be empty if truncated is true.
  • truncated (type: boolean(), default: nil) - Whether this node has been truncated. A truncated leaf represents possibly many children with the same prefix.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.BoundedTrieNode{
  children: %{optional(String.t()) => t()} | nil,
  truncated: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.