def command_sync_jobs()

in elastic_enterprise_search/_sync/client/workplace_search.py [0:0]


    def command_sync_jobs(
        self,
        *,
        content_source_id: str,
        body: t.Any,
        job_type: t.Optional[
            t.Union[
                t.List[
                    t.Union[
                        "t.Literal['delete', 'full', 'incremental', 'permissions']", str
                    ]
                ],
                t.Tuple[
                    t.Union[
                        "t.Literal['delete', 'full', 'incremental', 'permissions']", str
                    ],
                    ...,
                ],
            ]
        ] = None,