Struct zoom_api::types::PlanAudio [−][src]
pub struct PlanAudio {
pub callout_countries: String,
pub ddi_numbers: i64,
pub premium_countries: String,
pub tollfree_countries: String,
pub type_: String,
}Expand description
Additional audio conferencing plan type.
Fields
callout_countries: StringAdditional audio conferencing plan type.
ddi_numbers: i64Additional audio conferencing plan type.
Additional audio conferencing plan type.
tollfree_countries: StringAdditional audio conferencing plan type.
type_: StringAdditional audio conferencing plan type.
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 PlanAudio
impl UnwindSafe for PlanAudio
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more