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

pub struct NewConversation {
    pub conversation_type: Option<ConversationType>,
    pub customer: Person,
    pub subject: String,
    pub mailbox: MailboxRef,
    pub tags: Option<Vec<String>>,
    pub created_at: Option<DateTime<Utc>>,
    pub threads: Vec<NewConversationThread>,
}

Fields

Methods

impl NewConversation
[src]

[src]

Trait Implementations

impl Debug for NewConversation
[src]

[src]

Formats the value using the given formatter.