Struct google_admin1_reports::ActivityActor [] [src]

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

Obfuscated user id of the user.

Email address of the user.

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

User or OAuth 2LO request.

Trait Implementations

impl Default for ActivityActor
[src]

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

impl Clone for ActivityActor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityActor
[src]

Formats the value using the given formatter.

impl NestedType for ActivityActor
[src]

impl Part for ActivityActor
[src]