Interface ExtractRun.ConfigStage

    • Method Detail

      • config

        ExtractRun.DashboardUrlStage config​(@NotNull
                                            ExtractConfig config)

        The configuration used for this extract run. This is a union of two possible shapes:

        • JSON Schema config: The current config format. All runs created through this API version use this shape.
        • Legacy config: A fields-array config from a previous API version. This shape is only returned when retrieving runs that were originally created with the legacy format. This API version does not support creating runs with legacy configs.