pub async fn search_themes_with_id(
configuration: &Configuration,
theme_search_request: Option<ThemeSearchRequest>,
) -> Result<ThemeSearchResponse, Error<SearchThemesWithIdError>>
Expand description
Searches themes with the specified criteria and pagination.