Struct google_firebasedynamiclinks1::DynamicLinkEventStat[][src]

pub struct DynamicLinkEventStat {
    pub count: Option<String>,
    pub platform: Option<String>,
    pub event: Option<String>,
}

Dynamic Link event stat.

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

Fields

The number of times this event occurred.

Requested platform.

Link event.

Trait Implementations

impl Default for DynamicLinkEventStat
[src]

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

impl Clone for DynamicLinkEventStat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DynamicLinkEventStat
[src]

Formats the value using the given formatter. Read more

impl Part for DynamicLinkEventStat
[src]

Auto Trait Implementations