mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
18 lines
387 B
Markdown
18 lines
387 B
Markdown
# MailingListStatus
|
|
|
|
Your current mailing list status
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { MailingListStatus } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: MailingListStatus = MailingListStatus.Unsubscribed;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| -------------- | -------------- |
|
|
| `Active` | active |
|
|
| `Unsubscribed` | unsubscribed | |