GoogleApi.Dataflow.V1b3.Model.ConcatPosition (google_api_dataflow v0.36.0) 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() | nil,
position: GoogleApi.Dataflow.V1b3.Model.Position.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.