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

Returns the compact records for all attachments on the task.