[][src]Struct mailchimp::types::ConversationsFilter

pub struct ConversationsFilter {
    pub fields: Option<String>,
    pub exclude_fields: Option<String>,
    pub count: Option<u64>,
    pub offset: Option<u64>,
    pub has_unread_messages: Option<String>,
    pub list_id: Option<String>,
    pub campaign_id: Option<u64>,
}

Fields

fields: Option<String>

A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.

exclude_fields: Option<String>

A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.

count: Option<u64>

The number of records to return. Default value is 10.

offset: Option<u64>

The number of records from a collection to skip. Iterating over large collections with this parameter can be slow. Default value is 0..

has_unread_messages: Option<String>

Whether the conversation has any unread messages. Posible value "true" or "false"

list_id: Option<String>

The unique id for the list.

campaign_id: Option<u64>

The unique id for the campaign.

Trait Implementations

impl ResourceFilter for ConversationsFilter[src]

impl Default for ConversationsFilter[src]

impl Clone for ConversationsFilter[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ConversationsFilter[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err