Function ehelply::apis::tags_api::search_tag

source ·
pub async fn search_tag(
    configuration: &Configuration,
    project_uuid: Option<&str>,
    name: Option<&str>,
    page: Option<i32>,
    page_size: Option<i32>,
    sort_on: Option<&str>,
    sort_desc: Option<bool>,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<Page, Error<SearchTagError>>
Expand description

TODO Item return format: { uuid **type:** string project_uuid **type:** string or None name **type:** string or None meta **type:** dict or None created_at **type:** string or None updated_at **type:** string or None deleted_at **type:** string or None }