Struct google_youtube3::ChannelConversionPings [] [src]

pub struct ChannelConversionPings {
    pub pings: Option<Vec<ChannelConversionPing>>,
}

The conversionPings object encapsulates information about conversion pings that need to be respected by the channel.

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

Fields

Pings that the app shall fire (authenticated by biscotti cookie). Each ping has a context, in which the app must fire the ping, and a url identifying the ping.

Trait Implementations

impl Default for ChannelConversionPings
[src]

[src]

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

impl Clone for ChannelConversionPings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChannelConversionPings
[src]

[src]

Formats the value using the given formatter.

impl Part for ChannelConversionPings
[src]