#include <hash_client_id_request.h>
JSON template for a hash Client Id request resource.
◆ HashClientIdRequest() [1/2]
google_analytics_api::HashClientIdRequest::HashClientIdRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ HashClientIdRequest() [2/2]
google_analytics_api::HashClientIdRequest::HashClientIdRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~HashClientIdRequest()
google_analytics_api::HashClientIdRequest::~HashClientIdRequest |
( |
| ) |
|
|
virtual |
◆ clear_client_id()
void google_analytics_api::HashClientIdRequest::clear_client_id |
( |
| ) |
|
|
inline |
Clears the 'clientId
' attribute.
◆ clear_kind()
void google_analytics_api::HashClientIdRequest::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_web_property_id()
void google_analytics_api::HashClientIdRequest::clear_web_property_id |
( |
| ) |
|
|
inline |
Clears the 'webPropertyId
' attribute.
◆ get_client_id()
const StringPiece google_analytics_api::HashClientIdRequest::get_client_id |
( |
| ) |
const |
|
inline |
Get the value of the 'clientId
' attribute.
◆ get_kind()
const StringPiece google_analytics_api::HashClientIdRequest::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_web_property_id()
const StringPiece google_analytics_api::HashClientIdRequest::get_web_property_id |
( |
| ) |
const |
|
inline |
Get the value of the 'webPropertyId
' attribute.
◆ GetTypeName()
const StringPiece google_analytics_api::HashClientIdRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_client_id()
bool google_analytics_api::HashClientIdRequest::has_client_id |
( |
| ) |
const |
|
inline |
Determine if the 'clientId
' attribute was set.
- Returns
- true if the '
clientId
' attribute was set.
◆ has_kind()
bool google_analytics_api::HashClientIdRequest::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_web_property_id()
bool google_analytics_api::HashClientIdRequest::has_web_property_id |
( |
| ) |
const |
|
inline |
Determine if the 'webPropertyId
' attribute was set.
- Returns
- true if the '
webPropertyId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_client_id()
void google_analytics_api::HashClientIdRequest::set_client_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'clientId
' attribute.
- Parameters
-
◆ set_kind()
void google_analytics_api::HashClientIdRequest::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
- Parameters
-
◆ set_web_property_id()
void google_analytics_api::HashClientIdRequest::set_web_property_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'webPropertyId
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: