[][src]Struct google_admin1_reports::UsageReportEntity

pub struct UsageReportEntity {
    pub profile_id: Option<String>,
    pub user_email: Option<String>,
    pub type_: Option<String>,
    pub entity_id: Option<String>,
    pub customer_id: Option<String>,
}

Information about the type of the item.

This type is not used in any activity, and only used as part of another schema.

Fields

profile_id: Option<String>

Obfuscated user id for the record.

user_email: Option<String>

user's email. Only relevant if entity.type = "USER"

type_: Option<String>

The type of item, can be customer, user, or entity (aka. object).

entity_id: Option<String>

Object key. Only relevant if entity.type = "OBJECT" Note: external-facing name of report is "Entities" rather than "Objects".

customer_id: Option<String>

Obfuscated customer id for the record.

Trait Implementations

impl Part for UsageReportEntity[src]

impl NestedType for UsageReportEntity[src]

impl Clone for UsageReportEntity[src]

impl Default for UsageReportEntity[src]

impl Debug for UsageReportEntity[src]

impl Serialize for UsageReportEntity[src]

impl<'de> Deserialize<'de> for UsageReportEntity[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]