# GetResourcesRequest
## Example Usage
```typescript
import { GetResourcesRequest } from "@lukehagar/plexjs";
let value: GetResourcesRequest = {};
```
## Fields
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `xPlexClientIdentifier` | *string* | :heavy_minus_sign: | The unique identifier for the client application
This is used to track the client application and its usage
(UUID, serial number, or other number unique per device)
| Postman |
| `includeHttps` | [models.IncludeHttps](../models/includehttps.md) | :heavy_minus_sign: | Include Https entries in the results | |
| `includeRelay` | [models.IncludeRelay](../models/includerelay.md) | :heavy_minus_sign: | Include Relay addresses in the results | |
| `includeIPv6` | [models.IncludeIPv6](../models/includeipv6.md) | :heavy_minus_sign: | Include IPv6 entries in the results | |