Function asana::apis::tasks_api::get_dependents_for_task[][src]

pub async fn get_dependents_for_task(
    configuration: &Configuration,
    task_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20023, Error<GetDependentsForTaskError>>

Returns the compact representations of all of the dependents of a task.