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

1.9 KiB
Raw Blame History

GetMetadataChildrenDirectory

Example Usage

import { GetMetadataChildrenDirectory } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetMetadataChildrenDirectory = {
  leafCount: 16,
  thumb: "/library/metadata/30072/thumb/1705739923",
  viewedLeafCount: 16,
  key: "/library/metadata/30072/allLeaves",
  title: "All episodes",
};

Fields

Field Type Required Description Example
leafCount number N/A 16
thumb string N/A /library/metadata/30072/thumb/1705739923
viewedLeafCount number N/A 16
key string N/A /library/metadata/30072/allLeaves
title string N/A All episodes