pub async fn get_dependencies_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<GetDependenciesForTaskError>>
Expand description

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