mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
18 lines
246 B
Markdown
18 lines
246 B
Markdown
# LibrarySectionID
|
|
|
|
|
|
## Supported Types
|
|
|
|
###
|
|
|
|
```go
|
|
librarySectionID := operations.CreateLibrarySectionIDInteger(int64{/* values here */})
|
|
```
|
|
|
|
###
|
|
|
|
```go
|
|
librarySectionID := operations.CreateLibrarySectionIDStr(string{/* values here */})
|
|
```
|
|
|