pub struct EventResponseModel {Show 19 fields
pub object: Option<String>,
pub _type: Option<EventType>,
pub user_id: Option<String>,
pub organization_id: Option<String>,
pub provider_id: Option<String>,
pub cipher_id: Option<String>,
pub collection_id: Option<String>,
pub group_id: Option<String>,
pub policy_id: Option<String>,
pub organization_user_id: Option<String>,
pub provider_user_id: Option<String>,
pub provider_organization_id: Option<String>,
pub acting_user_id: Option<String>,
pub installation_id: Option<String>,
pub date: Option<String>,
pub device_type: Option<DeviceType>,
pub ip_address: Option<String>,
pub system_user: Option<EventSystemUser>,
pub domain_name: Option<String>,
}
Fields§
§object: Option<String>
§_type: Option<EventType>
§user_id: Option<String>
§organization_id: Option<String>
§provider_id: Option<String>
§cipher_id: Option<String>
§collection_id: Option<String>
§group_id: Option<String>
§policy_id: Option<String>
§organization_user_id: Option<String>
§provider_user_id: Option<String>
§provider_organization_id: Option<String>
§acting_user_id: Option<String>
§installation_id: Option<String>
§date: Option<String>
§device_type: Option<DeviceType>
§ip_address: Option<String>
§system_user: Option<EventSystemUser>
§domain_name: Option<String>
Implementations§
source§impl EventResponseModel
impl EventResponseModel
pub fn new() -> EventResponseModel
Trait Implementations§
source§impl Clone for EventResponseModel
impl Clone for EventResponseModel
source§fn clone(&self) -> EventResponseModel
fn clone(&self) -> EventResponseModel
Returns a copy 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 EventResponseModel
impl Debug for EventResponseModel
source§impl Default for EventResponseModel
impl Default for EventResponseModel
source§fn default() -> EventResponseModel
fn default() -> EventResponseModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EventResponseModel
impl<'de> Deserialize<'de> for EventResponseModel
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<EventResponseModel> for EventResponseModel
impl PartialEq<EventResponseModel> for EventResponseModel
source§fn eq(&self, other: &EventResponseModel) -> bool
fn eq(&self, other: &EventResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.