Type Alias SendEmailBatchRequest

Source
pub type SendEmailBatchRequest = Vec<SendEmailRequest>;
Expand description

Send multiple emails at once

Aliased Type§

pub struct SendEmailBatchRequest { /* private fields */ }

Trait Implementations§

Source§

impl Endpoint for SendEmailBatchRequest

Source§

type Request = Vec<SendEmailRequest>

Source§

type Response = Vec<SendEmailResponse>

Source§

fn endpoint(&self) -> Cow<'static, str>

The path to the endpoint.
Source§

fn body(&self) -> &Self::Request

The body for the endpoint.
Source§

fn method(&self) -> Method

The http method for the endpoint