google_api_dataflow v0.1.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 (integer()): Index of the inner source. Defaults to:
null
. - position (Position): Position within the inner source. Defaults to:
null
.
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: any(), position: GoogleApi.Dataflow.V1b3.Model.Position.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.