Struct twilio_openapi::models::list_call_notification_response::ListCallNotificationResponse
source · pub struct ListCallNotificationResponse {
pub notifications: Option<Vec<ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotification>>,
pub end: Option<i32>,
pub first_page_uri: Option<String>,
pub next_page_uri: Option<String>,
pub page: Option<i32>,
pub page_size: Option<i32>,
pub previous_page_uri: Option<String>,
pub start: Option<i32>,
pub uri: Option<String>,
}
Fields§
§notifications: Option<Vec<ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotification>>
§end: Option<i32>
§first_page_uri: Option<String>
§next_page_uri: Option<String>
§page: Option<i32>
§page_size: Option<i32>
§previous_page_uri: Option<String>
§start: Option<i32>
§uri: Option<String>
Implementations§
source§impl ListCallNotificationResponse
impl ListCallNotificationResponse
pub fn new() -> ListCallNotificationResponse
Trait Implementations§
source§impl Clone for ListCallNotificationResponse
impl Clone for ListCallNotificationResponse
source§fn clone(&self) -> ListCallNotificationResponse
fn clone(&self) -> ListCallNotificationResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListCallNotificationResponse
impl Debug for ListCallNotificationResponse
source§impl Default for ListCallNotificationResponse
impl Default for ListCallNotificationResponse
source§fn default() -> ListCallNotificationResponse
fn default() -> ListCallNotificationResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ListCallNotificationResponse
impl<'de> Deserialize<'de> for ListCallNotificationResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more