google_api_dataflow v0.26.1 GoogleApi.Dataflow.V1b3.Model.ConcatPosition View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.