pub async fn get_attachment(
    configuration: &Configuration,
    attachment_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse200, Error<GetAttachmentError>>
Expand description

Get the full record for a single attachment.