google_api_dataflow v0.20.0 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.