Struct zoom_api::types::AccountPlanAddonCancelRequest [−][src]
pub struct AccountPlanAddonCancelRequest {
pub action: Option<AccountPlanAddonCancelRequestAction>,
pub comment: String,
pub reason: i64,
pub type_: String,
}Expand description
Account plan object
Fields
action: Option<AccountPlanAddonCancelRequestAction>Account plan object
comment: StringAccount plan object
reason: i64Account plan object
type_: StringAccount plan 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 Send for AccountPlanAddonCancelRequest
impl Sync for AccountPlanAddonCancelRequest
impl Unpin for AccountPlanAddonCancelRequest
impl UnwindSafe for AccountPlanAddonCancelRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more