[][src]Struct google_admin1_reports::Activity

pub struct Activity {
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub events: Option<Vec<ActivityEvents>>,
    pub ip_address: Option<String>,
    pub owner_domain: Option<String>,
    pub actor: Option<ActivityActor>,
    pub id: Option<ActivityId>,
}

JSON template for the activity resource.

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

Fields

kind: Option<String>

Kind of resource this is.

etag: Option<String>

ETag of the entry.

events: Option<Vec<ActivityEvents>>

Activity events.

ip_address: Option<String>

IP Address of the user doing the action.

owner_domain: Option<String>

Domain of source customer.

actor: Option<ActivityActor>

User doing the action.

id: Option<ActivityId>

Unique identifier for each activity record.

Trait Implementations

impl Part for Activity[src]

impl Clone for Activity[src]

impl Default for Activity[src]

impl Debug for Activity[src]

impl Serialize for Activity[src]

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