benchling_api_client.api.dna_sequences.autofill_dna_sequence_translations module

async asyncio(*, client: Client, json_body: AutofillSequences) Optional[Union[AsyncTaskLink, BadRequestError]]

Autofill DNA sequence translations

async asyncio_detailed(*, client: Client, json_body: AutofillSequences) Response[Union[AsyncTaskLink, BadRequestError]]
sync(*, client: Client, json_body: AutofillSequences) Optional[Union[AsyncTaskLink, BadRequestError]]

Autofill DNA sequence translations

sync_detailed(*, client: Client, json_body: AutofillSequences) Response[Union[AsyncTaskLink, BadRequestError]]