class Google::Apis::AnalyticsV3::Account::Permissions

Permissions the user has for this account.

Attributes

effective[RW]

All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW). 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 129
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 134
def update!(**args)
  @effective = args[:effective] if args.key?(:effective)
end