Struct google_firebasedynamiclinks1::SocialMetaTagInfo [] [src]

pub struct SocialMetaTagInfo {
    pub social_title: Option<String>,
    pub social_description: Option<String>,
    pub social_image_link: Option<String>,
}

Parameters for social meta tag params. Used to set meta tag data for link previews on social sites.

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

Fields

Title to be displayed. Optional.

A short description of the link. Optional.

An image url string. Optional.

Trait Implementations

impl Debug for SocialMetaTagInfo
[src]

Formats the value using the given formatter.

impl Clone for SocialMetaTagInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SocialMetaTagInfo
[src]

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

impl Part for SocialMetaTagInfo
[src]