Struct helpscout::api::conversations::Attachment [] [src]

pub struct Attachment {
    pub id: i32,
    pub hash: String,
    pub mime_type: String,
    pub filename: String,
    pub size: String,
    pub width: String,
    pub height: String,
    pub url: String,
}

Fields

Trait Implementations

impl Debug for Attachment
[src]

[src]

Formats the value using the given formatter.