|
youtube
v3
|
#include <channel_conversion_pings.h>
Public Member Functions | |
| ChannelConversionPings (const Json::Value &storage) | |
| ChannelConversionPings (Json::Value *storage) | |
| virtual | ~ChannelConversionPings () |
| const StringPiece | GetTypeName () const |
| bool | has_pings () const |
| void | clear_pings () |
| const client::JsonCppArray< ChannelConversionPing > | get_pings () const |
| client::JsonCppArray< ChannelConversionPing > | mutable_pings () |
Static Public Member Functions | |
| static ChannelConversionPings * | New () |
The conversionPings object encapsulates information about conversion pings that need to be respected by the channel.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'pings' attribute.
| const client::JsonCppArray<ChannelConversionPing > google_youtube_api::ChannelConversionPings::get_pings | ( | ) | const |
Get a reference to the value of the 'pings' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'pings' attribute was set.
pings' attribute was set. | client::JsonCppArray<ChannelConversionPing > google_youtube_api::ChannelConversionPings::mutable_pings | ( | ) |
Gets a reference to a mutable value of the 'pings' property.
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.
|
static |
Creates a new default instance.