pub async fn add_dependents_for_task(
    configuration: &Configuration,
    task_gid: &str,
    inline_object42: InlineObject42,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse20023, Error<AddDependentsForTaskError>>
Expand description

Marks a set of tasks as dependents of this task, if they are not already dependents. A task can have at most 30 dependents.