UpdateLibraryOptionsDto

data class UpdateLibraryOptionsDto(val id: UUID, val libraryOptions: LibraryOptions? = null)

Update library options dto.

Constructors

Link copied to clipboard
constructor(id: UUID, libraryOptions: LibraryOptions? = null)

Properties

Link copied to clipboard
val id: UUID

The library item id.

Link copied to clipboard

Library options.