Files
plexjs/docs/sdk/models/operations/role.md
2024-09-08 03:06:14 +00:00

486 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