#include <video_project_details.h>
Project specific details about the content of a YouTube Video.
◆ VideoProjectDetails() [1/2]
google_youtube_api::VideoProjectDetails::VideoProjectDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ VideoProjectDetails() [2/2]
google_youtube_api::VideoProjectDetails::VideoProjectDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~VideoProjectDetails()
google_youtube_api::VideoProjectDetails::~VideoProjectDetails |
( |
| ) |
|
|
virtual |
◆ clear_tags()
void google_youtube_api::VideoProjectDetails::clear_tags |
( |
| ) |
|
|
inline |
Clears the 'tags
' attribute.
◆ get_tags()
const client::JsonCppArray<string > google_youtube_api::VideoProjectDetails::get_tags |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'tags
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::VideoProjectDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_tags()
bool google_youtube_api::VideoProjectDetails::has_tags |
( |
| ) |
const |
|
inline |
Determine if the 'tags
' attribute was set.
- Returns
- true if the '
tags
' attribute was set.
◆ mutable_tags()
client::JsonCppArray<string > google_youtube_api::VideoProjectDetails::mutable_tags |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'tags
' property.
A list of project tags associated with the video during the upload.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: