pub struct UpdateTriggerRequest {
pub name: Option<String>,
pub action_type: Option<String>,
pub action_config: Option<Value>,
pub enabled: Option<bool>,
pub ip_allowlist: Option<Vec<String>>,
}Fields§
§name: Option<String>§action_type: Option<String>§action_config: Option<Value>§enabled: Option<bool>§ip_allowlist: Option<Vec<String>>Trait Implementations§
Source§impl Debug for UpdateTriggerRequest
impl Debug for UpdateTriggerRequest
Source§impl<'de> Deserialize<'de> for UpdateTriggerRequest
impl<'de> Deserialize<'de> for UpdateTriggerRequest
Source§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 Freeze for UpdateTriggerRequest
impl RefUnwindSafe for UpdateTriggerRequest
impl Send for UpdateTriggerRequest
impl Sync for UpdateTriggerRequest
impl Unpin for UpdateTriggerRequest
impl UnsafeUnpin for UpdateTriggerRequest
impl UnwindSafe for UpdateTriggerRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more