GoogleApi.Analytics.V3.Model.EntityUserLink (google_api_analytics v0.12.0) View Source
JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
Attributes
-
entity
(type:GoogleApi.Analytics.V3.Model.EntityUserLinkEntity.t
, default:nil
) - Entity for this link. It can be an account, a web property, or a view (profile). -
id
(type:String.t
, default:nil
) - Entity user link ID -
kind
(type:String.t
, default:analytics#entityUserLink
) - Resource type for entity user link. -
permissions
(type:GoogleApi.Analytics.V3.Model.EntityUserLinkPermissions.t
, default:nil
) - Permissions the user has for this entity. -
selfLink
(type:String.t
, default:nil
) - Self link for this resource. -
userRef
(type:GoogleApi.Analytics.V3.Model.UserRef.t
, default:nil
) - User reference.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Analytics.V3.Model.EntityUserLink{ entity: GoogleApi.Analytics.V3.Model.EntityUserLinkEntity.t(), id: String.t(), kind: String.t(), permissions: GoogleApi.Analytics.V3.Model.EntityUserLinkPermissions.t(), selfLink: String.t(), userRef: GoogleApi.Analytics.V3.Model.UserRef.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.