Struct google_youtube3::ActivityContentDetailsSocial [] [src]

pub struct ActivityContentDetailsSocial {
    pub resource_id: Option<ResourceId>,
    pub image_url: Option<String>,
    pub type_: Option<String>,
    pub reference_url: Option<String>,
    pub author: Option<String>,
}

Details about a social network post.

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

Fields

The resourceId object encapsulates information that identifies the resource associated with a social network post.

An image of the post's author.

The name of the social network.

The URL of the social network post.

The author of the social network post.

Trait Implementations

impl Debug for ActivityContentDetailsSocial
[src]

Formats the value using the given formatter.

impl Clone for ActivityContentDetailsSocial
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ActivityContentDetailsSocial
[src]

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

impl Part for ActivityContentDetailsSocial
[src]