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

Permissions the user has for this web property.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.