class Google::Apis::AnalyticsV3::Webproperty::Permissions
Permissions the user has for this web property.
Attributes
effective[RW]
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. 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 5148 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 5153 def update!(**args) @effective = args[:effective] if args.key?(:effective) end