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

19 lines
366 B
Markdown

# QueryParamIncludeGuids
Adds the Guid object to the response
## Example Usage
```typescript
import { QueryParamIncludeGuids } from "@lukehagar/plexjs/sdk/models/operations";
let value: QueryParamIncludeGuids = QueryParamIncludeGuids.Enable;
```
## Values
| Name | Value |
| --------- | --------- |
| `Disable` | 0 |
| `Enable` | 1 |