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 lib/google/apis/analytics_v3/classes.rb, line 5788 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 5793 def update!(**args) @effective = args[:effective] if args.key?(:effective) end