Struct google_plusdomains1::ActivityActor[][src]

pub struct ActivityActor {
    pub display_name: Option<String>,
    pub name: Option<ActivityActorName>,
    pub url: Option<String>,
    pub image: Option<ActivityActorImage>,
    pub client_specific_actor_info: Option<ActivityActorClientSpecificActorInfo>,
    pub id: Option<String>,
    pub verification: Option<ActivityActorVerification>,
}

The person who performed this activity.

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

Fields

The name of the actor, suitable for display.

An object representation of the individual components of name.

The link to the actor's Google profile.

The image representation of the actor.

Actor info specific to particular clients.

The ID of the actor's Person resource.

Verification status of actor.

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. Read more

impl NestedType for ActivityActor
[src]

impl Part for ActivityActor
[src]

Auto Trait Implementations