mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 20:47:46 +00:00
867 B
867 B
CancelServerActivitiesRequest
Example Usage
import { CancelServerActivitiesRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: CancelServerActivitiesRequest = {
activityUUID: "25b71ed5-0f9d-461c-baa7-d404e9e10d3e",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
activityUUID |
string | ✔️ | The UUID of the activity to cancel. | 25b71ed5-0f9d-461c-baa7-d404e9e10d3e |