|
youtube
v3
|
#include <page_info.h>
Public Member Functions | |
| PageInfo (const Json::Value &storage) | |
| PageInfo (Json::Value *storage) | |
| virtual | ~PageInfo () |
| const StringPiece | GetTypeName () const |
| bool | has_results_per_page () const |
| void | clear_results_per_page () |
| int32 | get_results_per_page () const |
| void | set_results_per_page (int32 value) |
| bool | has_total_results () const |
| void | clear_total_results () |
| int32 | get_total_results () const |
| void | set_total_results (int32 value) |
Static Public Member Functions | |
| static PageInfo * | New () |
Paging details for lists of resources, including total number of items available and number of resources returned in a single page.
|
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 'resultsPerPage' attribute.
|
inline |
Clears the 'totalResults' attribute.
|
inline |
Get the value of the 'resultsPerPage' attribute.
|
inline |
Get the value of the 'totalResults' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_youtube_api::PageInfo
|
inline |
Determine if the 'resultsPerPage' attribute was set.
resultsPerPage' attribute was set.
|
inline |
Determine if the 'totalResults' attribute was set.
totalResults' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'resultsPerPage' attribute.
The number of results included in the API response.
| [in] | value | The new value. |
|
inline |
Change the 'totalResults' attribute.
The total number of results in the result set.
| [in] | value | The new value. |