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