Interface UserLibraryApiGetRootFolderRequest

Request parameters for getRootFolder operation in UserLibraryApi.

UserLibraryApiGetRootFolderRequest

interface UserLibraryApiGetRootFolderRequest {
    userId?: string;
}

Properties

Properties

userId?: string

User id.

UserLibraryApiGetRootFolder