Files
plexjs/docs/sdk/models/operations/checkforupdatesrequest.md

1.2 KiB
Raw Blame History

CheckForUpdatesRequest

Example Usage

import { CheckForUpdatesRequest, Download } from "@lukehagar/plexjs/sdk/models/operations";

let value: CheckForUpdatesRequest = {
  download: Download.One,
};

Fields

Field Type Required Description Example
download operations.Download Indicate that you want to start download any updates found. 1