GoogleApi.Dataflow.V1b3.Model.BoundedTrieNode (google_api_dataflow v0.53.0)
View SourceA 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.