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

3.2 KiB

GetRecentlyAddedImage

Example Usage

import { GetRecentlyAddedHubsResponseType, GetRecentlyAddedImage } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetRecentlyAddedImage = {
  alt: "Episode 1",
  type: GetRecentlyAddedHubsResponseType.Background,
  url: "/library/metadata/45521/thumb/1644710589",
};

Fields

Field Type Required Description Example
alt string ✔️ N/A Episode 1
type operations.GetRecentlyAddedHubsResponseType ✔️ N/A background
url string ✔️ N/A /library/metadata/45521/thumb/1644710589