google_api_analytics v0.7.0 GoogleApi.Analytics.V3.Model.EntityUserLink 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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.