|
youtube
v3
|
#include <activity_content_details_subscription.h>
Public Member Functions | |
| ActivityContentDetailsSubscription (const Json::Value &storage) | |
| ActivityContentDetailsSubscription (Json::Value *storage) | |
| virtual | ~ActivityContentDetailsSubscription () |
| const StringPiece | GetTypeName () const |
| bool | has_resource_id () const |
| void | clear_resource_id () |
| const ResourceId | get_resource_id () const |
| ResourceId | mutable_resourceId () |
Static Public Member Functions | |
| static ActivityContentDetailsSubscription * | New () |
Information about a channel that a user subscribed to.
|
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 'resourceId' attribute.
| const ResourceId google_youtube_api::ActivityContentDetailsSubscription::get_resource_id | ( | ) | const |
Get a reference to the value of the 'resourceId' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'resourceId' attribute was set.
resourceId' attribute was set. | ResourceId google_youtube_api::ActivityContentDetailsSubscription::mutable_resourceId | ( | ) |
Gets a reference to a mutable value of the 'resourceId' property.
The resourceId object contains information that identifies the resource that the user subscribed to.
|
static |
Creates a new default instance.