[][src]Struct google_admin1_reports::ActivityActor

pub struct ActivityActor {
    pub profile_id: Option<String>,
    pub email: Option<String>,
    pub key: Option<String>,
    pub caller_type: Option<String>,
}

User doing the action.

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

Fields

profile_id: Option<String>

Obfuscated user id of the user.

email: Option<String>

Email address of the user.

key: Option<String>

For OAuth 2LO API requests, consumer_key of the requestor.

caller_type: Option<String>

User or OAuth 2LO request.

Trait Implementations

impl Part for ActivityActor[src]

impl NestedType for ActivityActor[src]

impl Clone for ActivityActor[src]

impl Default for ActivityActor[src]

impl Debug for ActivityActor[src]

impl Serialize for ActivityActor[src]

impl<'de> Deserialize<'de> for ActivityActor[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]