#include <member_snippet.h>
◆ MemberSnippet() [1/2]
google_youtube_api::MemberSnippet::MemberSnippet |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ MemberSnippet() [2/2]
google_youtube_api::MemberSnippet::MemberSnippet |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~MemberSnippet()
google_youtube_api::MemberSnippet::~MemberSnippet |
( |
| ) |
|
|
virtual |
◆ clear_creator_channel_id()
void google_youtube_api::MemberSnippet::clear_creator_channel_id |
( |
| ) |
|
|
inline |
Clears the 'creatorChannelId
' attribute.
◆ clear_member_details()
void google_youtube_api::MemberSnippet::clear_member_details |
( |
| ) |
|
|
inline |
Clears the 'memberDetails
' attribute.
◆ clear_memberships_details()
void google_youtube_api::MemberSnippet::clear_memberships_details |
( |
| ) |
|
|
inline |
Clears the 'membershipsDetails
' attribute.
◆ get_creator_channel_id()
const StringPiece google_youtube_api::MemberSnippet::get_creator_channel_id |
( |
| ) |
const |
|
inline |
Get the value of the 'creatorChannelId
' attribute.
◆ get_member_details()
Get a reference to the value of the 'memberDetails
' attribute.
◆ get_memberships_details()
const MembershipsDetails google_youtube_api::MemberSnippet::get_memberships_details |
( |
| ) |
const |
Get a reference to the value of the 'membershipsDetails
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::MemberSnippet::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_creator_channel_id()
bool google_youtube_api::MemberSnippet::has_creator_channel_id |
( |
| ) |
const |
|
inline |
Determine if the 'creatorChannelId
' attribute was set.
- Returns
- true if the '
creatorChannelId
' attribute was set.
◆ has_member_details()
bool google_youtube_api::MemberSnippet::has_member_details |
( |
| ) |
const |
|
inline |
Determine if the 'memberDetails
' attribute was set.
- Returns
- true if the '
memberDetails
' attribute was set.
◆ has_memberships_details()
bool google_youtube_api::MemberSnippet::has_memberships_details |
( |
| ) |
const |
|
inline |
Determine if the 'membershipsDetails
' attribute was set.
- Returns
- true if the '
membershipsDetails
' attribute was set.
◆ mutable_memberDetails()
Gets a reference to a mutable value of the 'memberDetails
' property.
Details about the member.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_membershipsDetails()
Gets a reference to a mutable value of the 'membershipsDetails
' property.
Details about the user's membership.
- 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.
◆ set_creator_channel_id()
void google_youtube_api::MemberSnippet::set_creator_channel_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'creatorChannelId
' attribute.
The id of the channel that's offering memberships.
- Parameters
-
The documentation for this class was generated from the following files: