View Source GoogleApi.Analytics.V3.Model.EntityUserLink (google_api_analytics v0.15.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.EntityUserLink{
  entity: GoogleApi.Analytics.V3.Model.EntityUserLinkEntity.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  permissions: GoogleApi.Analytics.V3.Model.EntityUserLinkPermissions.t() | nil,
  selfLink: String.t() | nil,
  userRef: GoogleApi.Analytics.V3.Model.UserRef.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.