youtube
v3
|
#include <activity_content_details_upload.h>
Public Member Functions | |
ActivityContentDetailsUpload (const Json::Value &storage) | |
ActivityContentDetailsUpload (Json::Value *storage) | |
virtual | ~ActivityContentDetailsUpload () |
const StringPiece | GetTypeName () const |
bool | has_video_id () const |
void | clear_video_id () |
const StringPiece | get_video_id () const |
void | set_video_id (const StringPiece &value) |
Static Public Member Functions | |
static ActivityContentDetailsUpload * | New () |
Information about the uploaded video.
|
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 'videoId
' attribute.
|
inline |
Get the value of the 'videoId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'videoId
' attribute was set.
videoId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'videoId
' attribute.
The ID that YouTube uses to uniquely identify the uploaded video.
[in] | value | The new value. |