@squidcloud/client
    Preparing search index...

    Interface UpdateSchedulersRequest

    Request structure for updating multiple schedulers in the platform.

    interface UpdateSchedulersRequest {
        schedulers: UpdateSchedulerOptions[];
    }
    Index

    Properties

    Properties

    An array of scheduler update options.