#include <playlist_content_details.h>
◆ PlaylistContentDetails() [1/2]
| google_youtube_api::PlaylistContentDetails::PlaylistContentDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ PlaylistContentDetails() [2/2]
| google_youtube_api::PlaylistContentDetails::PlaylistContentDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~PlaylistContentDetails()
| google_youtube_api::PlaylistContentDetails::~PlaylistContentDetails |
( |
| ) |
|
|
virtual |
◆ clear_item_count()
| void google_youtube_api::PlaylistContentDetails::clear_item_count |
( |
| ) |
|
|
inline |
Clears the 'itemCount' attribute.
◆ get_item_count()
| uint32 google_youtube_api::PlaylistContentDetails::get_item_count |
( |
| ) |
const |
|
inline |
Get the value of the 'itemCount' attribute.
◆ GetTypeName()
| const StringPiece google_youtube_api::PlaylistContentDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_item_count()
| bool google_youtube_api::PlaylistContentDetails::has_item_count |
( |
| ) |
const |
|
inline |
Determine if the 'itemCount' attribute was set.
- Returns
- true if the '
itemCount' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_item_count()
| void google_youtube_api::PlaylistContentDetails::set_item_count |
( |
uint32 |
value | ) |
|
|
inline |
Change the 'itemCount' attribute.
The number of videos in the playlist.
- Parameters
-
The documentation for this class was generated from the following files: