Interface LibraryStructureApiRemoveMediaPathRequest
interface LibraryStructureApiRemoveMediaPathRequest { name?: string; path?: string; refreshLibrary?: boolean; } Properties
Optional
Readonly
name
name?: string
Optional
Readonly
path
path?: string
Optional
Readonly
refreshLibrary
refreshLibrary?: boolean
Request parameters for removeMediaPath operation in LibraryStructureApi.
Export
LibraryStructureApiRemoveMediaPathRequest