mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
23 lines
1.7 KiB
Markdown
23 lines
1.7 KiB
Markdown
# GetServerIdentityResponseBody
|
|
|
|
The Server Identity information
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetServerIdentityResponseBody } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetServerIdentityResponseBody = {
|
|
mediaContainer: {
|
|
size: 0,
|
|
machineIdentifier: "96f2fe7a78c9dc1f16a16bedbe90f98149be16b4",
|
|
version: "1.31.3.6868-28fc46b27",
|
|
},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
|
|
| `mediaContainer` | [operations.GetServerIdentityMediaContainer](../../../sdk/models/operations/getserveridentitymediacontainer.md) | :heavy_minus_sign: | N/A | |