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 generated/google/apis/analytics_v3/classes.rb, line 3760
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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