pub struct GoogleChromeManagementV1TelemetryNotificationFilter {
pub device_id: Option<String>,
pub device_org_unit_id: Option<String>,
pub telemetry_event_notification_filter: Option<GoogleChromeManagementV1TelemetryEventNotificationFilter>,
pub user_email: Option<String>,
pub user_org_unit_id: Option<String>,
}Expand description
Configures how the telemetry data should be filtered.
This type is not used in any activity, and only used as part of another schema.
Fields§
§device_id: Option<String>If set, only sends notifications for telemetry data coming from this device.
device_org_unit_id: Option<String>If set, only sends notifications for telemetry data coming from devices in this org unit.
telemetry_event_notification_filter: Option<GoogleChromeManagementV1TelemetryEventNotificationFilter>Only sends notifications for the telemetry events matching this filter.
user_email: Option<String>If set, only sends notifications for telemetry data coming from devices owned by this user.
user_org_unit_id: Option<String>If set, only sends notifications for telemetry data coming from devices owned by users in this org unit.
Trait Implementations§
Source§impl Clone for GoogleChromeManagementV1TelemetryNotificationFilter
impl Clone for GoogleChromeManagementV1TelemetryNotificationFilter
Source§fn clone(&self) -> GoogleChromeManagementV1TelemetryNotificationFilter
fn clone(&self) -> GoogleChromeManagementV1TelemetryNotificationFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleChromeManagementV1TelemetryNotificationFilter
impl Default for GoogleChromeManagementV1TelemetryNotificationFilter
Source§fn default() -> GoogleChromeManagementV1TelemetryNotificationFilter
fn default() -> GoogleChromeManagementV1TelemetryNotificationFilter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleChromeManagementV1TelemetryNotificationFilter
impl<'de> Deserialize<'de> for GoogleChromeManagementV1TelemetryNotificationFilter
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
impl Part for GoogleChromeManagementV1TelemetryNotificationFilter
Auto Trait Implementations§
impl Freeze for GoogleChromeManagementV1TelemetryNotificationFilter
impl RefUnwindSafe for GoogleChromeManagementV1TelemetryNotificationFilter
impl Send for GoogleChromeManagementV1TelemetryNotificationFilter
impl Sync for GoogleChromeManagementV1TelemetryNotificationFilter
impl Unpin for GoogleChromeManagementV1TelemetryNotificationFilter
impl UnsafeUnpin for GoogleChromeManagementV1TelemetryNotificationFilter
impl UnwindSafe for GoogleChromeManagementV1TelemetryNotificationFilter
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