Files
plexjs/docs/models/operations/getserverresourcesglobals.md

1.3 KiB
Raw Permalink Blame History

GetServerResourcesGlobals

Example Usage

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

let value: GetServerResourcesGlobals = {
  clientIdentifier: "abc123",
};

Fields

Field Type Required Description Example
accepts shared.Accepts Indicates the client accepts the indicated media types
clientIdentifier string An opaque identifier unique to the client abc123