Interface LibraryStructureApiUpdateLibraryOptionsRequest

Request parameters for updateLibraryOptions operation in LibraryStructureApi.

LibraryStructureApiUpdateLibraryOptionsRequest

interface LibraryStructureApiUpdateLibraryOptionsRequest {
    updateLibraryOptionsDto?: UpdateLibraryOptionsDto;
}

Properties

updateLibraryOptionsDto?: UpdateLibraryOptionsDto

The library name and options.

LibraryStructureApiUpdateLibraryOptions