Struct google_plus1::CommentActor[][src]

pub struct CommentActor {
    pub display_name: Option<String>,
    pub verification: Option<CommentActorVerification>,
    pub url: Option<String>,
    pub image: Option<CommentActorImage>,
    pub client_specific_actor_info: Option<CommentActorClientSpecificActorInfo>,
    pub id: Option<String>,
}

The person who posted this comment.

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

Fields

The name of this actor, suitable for display.

Verification status of actor.

A link to the Person resource for this actor.

The image representation of this actor.

Actor info specific to particular clients.

The ID of the actor.

Trait Implementations

impl Default for CommentActor
[src]

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

impl Clone for CommentActor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentActor
[src]

Formats the value using the given formatter. Read more

impl NestedType for CommentActor
[src]

impl Part for CommentActor
[src]

Auto Trait Implementations