youtube  v3
Public Member Functions | Static Public Member Functions | List of all members
google_youtube_api::ChannelConversionPings Class Reference

#include <channel_conversion_pings.h>

Inheritance diagram for google_youtube_api::ChannelConversionPings:

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< ChannelConversionPingget_pings () const
 
client::JsonCppArray< ChannelConversionPingmutable_pings ()
 

Static Public Member Functions

static ChannelConversionPingsNew ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ChannelConversionPings() [1/2]

google_youtube_api::ChannelConversionPings::ChannelConversionPings ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ChannelConversionPings() [2/2]

google_youtube_api::ChannelConversionPings::ChannelConversionPings ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ChannelConversionPings()

google_youtube_api::ChannelConversionPings::~ChannelConversionPings ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_pings()

void google_youtube_api::ChannelConversionPings::clear_pings ( )
inline

Clears the 'pings' attribute.

◆ get_pings()

const client::JsonCppArray<ChannelConversionPing > google_youtube_api::ChannelConversionPings::get_pings ( ) const

Get a reference to the value of the 'pings' attribute.

◆ GetTypeName()

const StringPiece google_youtube_api::ChannelConversionPings::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ChannelConversionPings

◆ has_pings()

bool google_youtube_api::ChannelConversionPings::has_pings ( ) const
inline

Determine if the 'pings' attribute was set.

Returns
true if the 'pings' attribute was set.

◆ mutable_pings()

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.

Returns
The result can be modified to change the attribute value.

◆ New()

ChannelConversionPings * google_youtube_api::ChannelConversionPings::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: