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

17 lines
1.0 KiB
Markdown

# GetSourceConnectionInformationRequest
## Example Usage
```typescript
import { GetSourceConnectionInformationRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSourceConnectionInformationRequest = {
source: "provider://provider-identifier",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- |
| `source` | *string* | :heavy_check_mark: | The source identifier with an included prefix. | server://client-identifier |