#include <entity_user_link.h>
Permissions the user has for this entity.
◆ EntityUserLinkPermissions() [1/2]
google_analytics_api::EntityUserLink::EntityUserLinkPermissions::EntityUserLinkPermissions |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ EntityUserLinkPermissions() [2/2]
google_analytics_api::EntityUserLink::EntityUserLinkPermissions::EntityUserLinkPermissions |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~EntityUserLinkPermissions()
google_analytics_api::EntityUserLink::EntityUserLinkPermissions::~EntityUserLinkPermissions |
( |
| ) |
|
|
virtual |
◆ clear_effective()
void google_analytics_api::EntityUserLink::EntityUserLinkPermissions::clear_effective |
( |
| ) |
|
|
inline |
Clears the 'effective
' attribute.
◆ clear_local()
void google_analytics_api::EntityUserLink::EntityUserLinkPermissions::clear_local |
( |
| ) |
|
|
inline |
Clears the 'local
' attribute.
◆ get_effective()
const client::JsonCppArray<string > google_analytics_api::EntityUserLink::EntityUserLinkPermissions::get_effective |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'effective
' attribute.
◆ get_local()
const client::JsonCppArray<string > google_analytics_api::EntityUserLink::EntityUserLinkPermissions::get_local |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'local
' attribute.
◆ GetTypeName()
const StringPiece google_analytics_api::EntityUserLink::EntityUserLinkPermissions::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_analytics_api::EntityUserLinkPermissions
◆ has_effective()
bool google_analytics_api::EntityUserLink::EntityUserLinkPermissions::has_effective |
( |
| ) |
const |
|
inline |
Determine if the 'effective
' attribute was set.
- Returns
- true if the '
effective
' attribute was set.
◆ has_local()
bool google_analytics_api::EntityUserLink::EntityUserLinkPermissions::has_local |
( |
| ) |
const |
|
inline |
Determine if the 'local
' attribute was set.
- Returns
- true if the '
local
' attribute was set.
◆ mutable_effective()
client::JsonCppArray<string > google_analytics_api::EntityUserLink::EntityUserLinkPermissions::mutable_effective |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'effective
' property.
Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_local()
client::JsonCppArray<string > google_analytics_api::EntityUserLink::EntityUserLinkPermissions::mutable_local |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'local
' property.
Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.
- 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.
The documentation for this class was generated from the following files: