Struct google_plus1::ActivityObjectActorClientSpecificActorInfo[][src]

pub struct ActivityObjectActorClientSpecificActorInfo {
    pub youtube_actor_info: Option<ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo>,
}

Actor info specific to particular clients.

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

Fields

Actor info specific to YouTube clients.

Trait Implementations

Auto Trait Implementations