Struct slack_api::team::BillableInfoRequest [] [src]

pub struct BillableInfoRequest<'a> {
    pub user: Option<&'a str>,
}

Fields

A user to retrieve the billable information for. Defaults to all users.

Trait Implementations

impl<'a> Clone for BillableInfoRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for BillableInfoRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for BillableInfoRequest<'a>
[src]

Formats the value using the given formatter.