pub async fn get_tags_for_task(
    configuration: &Configuration,
    task_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20022, Error<GetTagsForTaskError>>
Expand description

Get a compact representation of all of the tags the task has.