Struct zoom_api::types::MeetingRegistrantCreateResponse [−][src]
pub struct MeetingRegistrantCreateResponse {
pub id: i64,
pub join_url: String,
pub registrant_id: String,
pub start_time: String,
pub topic: String,
}Fields
id: i64Account seats.
join_url: StringUser’s first name.
registrant_id: StringUser’s first name.
start_time: StringUser’s first name.
topic: StringUser’s first name.
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 Send for MeetingRegistrantCreateResponse
impl Sync for MeetingRegistrantCreateResponse
impl Unpin for MeetingRegistrantCreateResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more