Struct google_firebasedynamiclinks1::AnalyticsInfo [] [src]

pub struct AnalyticsInfo {
    pub google_play_analytics: Option<GooglePlayAnalytics>,
    pub itunes_connect_analytics: Option<ITunesConnectAnalytics>,
}

Tracking parameters supported by Dynamic Link.

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

Fields

Google Play Campaign Measurements.

iTunes Connect App Analytics.

Trait Implementations

impl Debug for AnalyticsInfo
[src]

Formats the value using the given formatter.

impl Clone for AnalyticsInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AnalyticsInfo
[src]

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

impl Part for AnalyticsInfo
[src]