View Source GoogleApi.Dataflow.V1b3.Model.ConcatPosition (google_api_dataflow v0.51.0)

A position that encapsulates an inner position and an index for the inner position. A ConcatPosition can be used by a reader of a source that encapsulates a set of other sources.

Attributes

  • index (type: integer(), default: nil) - Index of the inner source.
  • position (type: GoogleApi.Dataflow.V1b3.Model.Position.t, default: nil) - Position within the inner source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.ConcatPosition{
  index: integer() | nil,
  position: GoogleApi.Dataflow.V1b3.Model.Position.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.