#include <user_deletion_request.h>
◆ UserDeletionRequestId() [1/2]
google_analytics_api::UserDeletionRequest::UserDeletionRequestId::UserDeletionRequestId |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ UserDeletionRequestId() [2/2]
google_analytics_api::UserDeletionRequest::UserDeletionRequestId::UserDeletionRequestId |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~UserDeletionRequestId()
google_analytics_api::UserDeletionRequest::UserDeletionRequestId::~UserDeletionRequestId |
( |
| ) |
|
|
virtual |
◆ clear_type()
void google_analytics_api::UserDeletionRequest::UserDeletionRequestId::clear_type |
( |
| ) |
|
|
inline |
Clears the 'type
' attribute.
◆ clear_user_id()
void google_analytics_api::UserDeletionRequest::UserDeletionRequestId::clear_user_id |
( |
| ) |
|
|
inline |
Clears the 'userId
' attribute.
◆ get_type()
const StringPiece google_analytics_api::UserDeletionRequest::UserDeletionRequestId::get_type |
( |
| ) |
const |
|
inline |
Get the value of the 'type
' attribute.
◆ get_user_id()
const StringPiece google_analytics_api::UserDeletionRequest::UserDeletionRequestId::get_user_id |
( |
| ) |
const |
|
inline |
Get the value of the 'userId
' attribute.
◆ GetTypeName()
const StringPiece google_analytics_api::UserDeletionRequest::UserDeletionRequestId::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_analytics_api::UserDeletionRequestId
◆ has_type()
bool google_analytics_api::UserDeletionRequest::UserDeletionRequestId::has_type |
( |
| ) |
const |
|
inline |
Determine if the 'type
' attribute was set.
- Returns
- true if the '
type
' attribute was set.
◆ has_user_id()
bool google_analytics_api::UserDeletionRequest::UserDeletionRequestId::has_user_id |
( |
| ) |
const |
|
inline |
Determine if the 'userId
' attribute was set.
- Returns
- true if the '
userId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_type()
void google_analytics_api::UserDeletionRequest::UserDeletionRequestId::set_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'type
' attribute.
Type of user.
- Parameters
-
◆ set_user_id()
void google_analytics_api::UserDeletionRequest::UserDeletionRequestId::set_user_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'userId
' attribute.
The User's id.
- Parameters
-
The documentation for this class was generated from the following files: