youtube
v3
|
#include <channel_content_details.h>
Classes | |
class | ChannelContentDetailsRelatedPlaylists |
Public Member Functions | |
ChannelContentDetails (const Json::Value &storage) | |
ChannelContentDetails (Json::Value *storage) | |
virtual | ~ChannelContentDetails () |
const StringPiece | GetTypeName () const |
bool | has_related_playlists () const |
void | clear_related_playlists () |
const ChannelContentDetailsRelatedPlaylists | get_related_playlists () const |
ChannelContentDetailsRelatedPlaylists | mutable_relatedPlaylists () |
Static Public Member Functions | |
static ChannelContentDetails * | New () |
Details about the content of a 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 'relatedPlaylists
' attribute.
|
inline |
Get a reference to the value of the 'relatedPlaylists
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'relatedPlaylists
' attribute was set.
relatedPlaylists
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'relatedPlaylists
' property.
|
static |
Creates a new default instance.