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

484 B
Raw Blame History

Role

Example Usage

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

let value: Role = {
  tag: "Paul Rudd",
};

Fields

Field Type Required Description Example
tag string N/A Paul Rudd