Struct google_admin1_reports::Activity[][src]

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 of resource this is.

ETag of the entry.

Activity events.

IP Address of the user doing the action.

Domain of source customer.

User doing the action.

Unique identifier for each activity record.

Trait Implementations

impl Default for Activity
[src]

Returns the "default value" for a type. Read more

impl Clone for Activity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Activity
[src]

Formats the value using the given formatter. Read more

impl Part for Activity
[src]

Auto Trait Implementations

impl Send for Activity

impl Sync for Activity