pub struct DdosProtectionEventAllOf {
pub id: Option<String>,
pub name: Option<String>,
pub customer_id: Option<String>,
pub service_id: Option<String>,
pub started_at: Option<String>,
pub ended_at: Option<String>,
}
Fields§
§id: Option<String>
Unique ID of the event.
name: Option<String>
A human-readable name for the event.
customer_id: Option<String>
Alphanumeric string identifying the customer.
service_id: Option<String>
Alphanumeric string identifying the service.
started_at: Option<String>
Date and time in ISO 8601 format.
ended_at: Option<String>
Date and time in ISO 8601 format.
Implementations§
Source§impl DdosProtectionEventAllOf
impl DdosProtectionEventAllOf
pub fn new() -> DdosProtectionEventAllOf
Trait Implementations§
Source§impl Clone for DdosProtectionEventAllOf
impl Clone for DdosProtectionEventAllOf
Source§fn clone(&self) -> DdosProtectionEventAllOf
fn clone(&self) -> DdosProtectionEventAllOf
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DdosProtectionEventAllOf
impl Debug for DdosProtectionEventAllOf
Source§impl Default for DdosProtectionEventAllOf
impl Default for DdosProtectionEventAllOf
Source§fn default() -> DdosProtectionEventAllOf
fn default() -> DdosProtectionEventAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DdosProtectionEventAllOf
impl<'de> Deserialize<'de> for DdosProtectionEventAllOf
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
Source§impl PartialEq for DdosProtectionEventAllOf
impl PartialEq for DdosProtectionEventAllOf
Source§impl Serialize for DdosProtectionEventAllOf
impl Serialize for DdosProtectionEventAllOf
impl StructuralPartialEq for DdosProtectionEventAllOf
Auto Trait Implementations§
impl Freeze for DdosProtectionEventAllOf
impl RefUnwindSafe for DdosProtectionEventAllOf
impl Send for DdosProtectionEventAllOf
impl Sync for DdosProtectionEventAllOf
impl Unpin for DdosProtectionEventAllOf
impl UnwindSafe for DdosProtectionEventAllOf
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