pub async fn search_user_comments_with_id(
    configuration: &Configuration,
    user_comment_search_request: Option<UserCommentSearchRequest>
) -> Result<UserCommentSearchResponse, Error<SearchUserCommentsWithIdError>>
Expand description

Searches user comments with the specified criteria and pagination.