#include <custom_data_source.h>
◆ CustomDataSourceChildLink() [1/2]
google_analytics_api::CustomDataSource::CustomDataSourceChildLink::CustomDataSourceChildLink |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ CustomDataSourceChildLink() [2/2]
google_analytics_api::CustomDataSource::CustomDataSourceChildLink::CustomDataSourceChildLink |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~CustomDataSourceChildLink()
google_analytics_api::CustomDataSource::CustomDataSourceChildLink::~CustomDataSourceChildLink |
( |
| ) |
|
|
virtual |
◆ clear_href()
void google_analytics_api::CustomDataSource::CustomDataSourceChildLink::clear_href |
( |
| ) |
|
|
inline |
Clears the 'href
' attribute.
◆ clear_type()
void google_analytics_api::CustomDataSource::CustomDataSourceChildLink::clear_type |
( |
| ) |
|
|
inline |
Clears the 'type
' attribute.
◆ get_href()
const StringPiece google_analytics_api::CustomDataSource::CustomDataSourceChildLink::get_href |
( |
| ) |
const |
|
inline |
Get the value of the 'href
' attribute.
◆ get_type()
const StringPiece google_analytics_api::CustomDataSource::CustomDataSourceChildLink::get_type |
( |
| ) |
const |
|
inline |
Get the value of the 'type
' attribute.
◆ GetTypeName()
const StringPiece google_analytics_api::CustomDataSource::CustomDataSourceChildLink::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_analytics_api::CustomDataSourceChildLink
◆ has_href()
bool google_analytics_api::CustomDataSource::CustomDataSourceChildLink::has_href |
( |
| ) |
const |
|
inline |
Determine if the 'href
' attribute was set.
- Returns
- true if the '
href
' attribute was set.
◆ has_type()
bool google_analytics_api::CustomDataSource::CustomDataSourceChildLink::has_type |
( |
| ) |
const |
|
inline |
Determine if the 'type
' attribute was set.
- Returns
- true if the '
type
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_href()
void google_analytics_api::CustomDataSource::CustomDataSourceChildLink::set_href |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'href
' attribute.
Link to the list of daily uploads for this custom data source. Link to the list of uploads for this custom data source.
- Parameters
-
◆ set_type()
void google_analytics_api::CustomDataSource::CustomDataSourceChildLink::set_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'type
' attribute.
Value is "analytics#dailyUploads". Value is "analytics#uploads".
- Parameters
-
The documentation for this class was generated from the following files: