Struct zoom_api::types::GetChatMessagesResponse [−][src]
pub struct GetChatMessagesResponse {
pub date: Option<NaiveDate>,
pub messages: Vec<Messages>,
pub next_page_token: String,
pub page_size: i64,
}Expand description
Chat message object.
Fields
date: Option<NaiveDate>Chat message object.
messages: Vec<Messages>Chat message object.
next_page_token: StringChat message object.
page_size: i64Chat message object.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for GetChatMessagesResponse
impl Send for GetChatMessagesResponse
impl Sync for GetChatMessagesResponse
impl Unpin for GetChatMessagesResponse
impl UnwindSafe for GetChatMessagesResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more