Struct azure_devops_rust_api::search::wiki_search_results::Client
source · pub struct Client(_);Implementations§
source§impl Client
impl Client
sourcepub fn fetch_wiki_search_results(
&self,
organization: impl Into<String>,
body: impl Into<WikiSearchRequest>,
project: impl Into<String>
) -> RequestBuilder
pub fn fetch_wiki_search_results( &self, organization: impl Into<String>, body: impl Into<WikiSearchRequest>, project: impl Into<String> ) -> RequestBuilder
Provides a set of results for the search request.
Arguments:
organization: The name of the Azure DevOps organization.body: The Wiki Search Request.project: Project ID or project name