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

Permissions the user has for this view (profile).

Attributes

  • effective (type: list(String.t), default: nil) - All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.ProfilePermissions{
  effective: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.