| from_sequence_files | dict(str, 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] |
| from_rename_delete_sequence_files | dict(str, 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] |
| to_sequence_files | dict(str, 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] |
| to_rename_delete_sequence_files | dict(str, 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] |