Struct google_plus1::CommentActorClientSpecificActorInfoYoutubeActorInfo[][src]

pub struct CommentActorClientSpecificActorInfoYoutubeActorInfo {
    pub channel_id: Option<String>,
}

Actor info specific to YouTube clients.

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

Fields

ID of the YouTube channel owned by the Actor.

Trait Implementations

Auto Trait Implementations