|
analytics
v3
|
#include <goal.h>
Public Member Functions | |
| GoalParentLink (const Json::Value &storage) | |
| GoalParentLink (Json::Value *storage) | |
| virtual | ~GoalParentLink () |
| const StringPiece | GetTypeName () const |
| bool | has_href () const |
| void | clear_href () |
| const StringPiece | get_href () const |
| void | set_href (const StringPiece &value) |
| bool | has_type () const |
| void | clear_type () |
| const StringPiece | get_type () const |
| void | set_type (const StringPiece &value) |
Static Public Member Functions | |
| static GoalParentLink * | New () |
Parent link for a goal. Points to the view (profile) to which this goal belongs.
|
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 'href' attribute.
|
inline |
Clears the 'type' attribute.
|
inline |
Get the value of the 'href' attribute.
|
inline |
Get the value of the 'type' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::GoalParentLink
|
inline |
Determine if the 'href' attribute was set.
href' attribute was set.
|
inline |
Determine if the 'type' attribute was set.
type' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'href' attribute.
Link to the view (profile) to which this goal belongs.
| [in] | value | The new value. |
|
inline |
Change the 'type' attribute.
Value is "analytics#profile".
| [in] | value | The new value. |