| fromSequenceFiles | Map<String, ApiListingFileSpec> | Map of input ID to input listing files. Input IDs are referenced in #mappings through ApiPathMappingSpec#between / ApiIdPair#from. There is a single namespace of the input IDs shared between #fromSequenceFiles and #fromRenameDeleteSequenceFiles. | [optional] |
| fromRenameDeleteSequenceFiles | Map<String, ApiRenameDeleteFileSpec> | Map of input ID to input rename/delete files. Input IDs are referenced in #mappings through ApiPathMappingSpec#between / ApiIdPair#from. There is a single namespace of the input IDs shared between #fromSequenceFiles and #fromRenameDeleteSequenceFiles. | [optional] |
| toSequenceFiles | Map<String, ApiListingFileSpec> | Map of output ID to output listing files. Output IDs are referenced in #mappings through ApiPathMappingSpec#between / ApiIdPair#to. There is a single namespace of the output IDs shared between #toSequenceFiles and #toRenameDeleteSequenceFiles. | [optional] |
| toRenameDeleteSequenceFiles | Map<String, ApiRenameDeleteFileSpec> | Map of output ID to output rename/delete files. Output IDs are referenced in #mappings through ApiPathMappingSpec#between / ApiIdPair#to. There is a single namespace of the output IDs shared between #toSequenceFiles and #toRenameDeleteSequenceFiles. | [optional] |
| mappings | List<ApiPathMappingSpec> | Individual mappings between a single input and output pair. | [optional] |