class Google::Apis::AnalyticsV3::Profile::Permissions

Permissions the user has for this view (profile).

Attributes

effective[RW]

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. Corresponds to the JSON property `effective` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/analytics_v3/classes.rb, line 4058
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/analytics_v3/classes.rb, line 4063
def update!(**args)
  @effective = args[:effective] if args.key?(:effective)
end