class Google::Apis::TagmanagerV1::AccountAccess
Attributes
permission[RW]
List of Account
permissions. Valid account permissions are read and manage. @ mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts. permissions.update Corresponds to the JSON property `permission` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/tagmanager_v1/classes.rb, line 77 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/tagmanager_v1/classes.rb, line 82 def update!(**args) @permission = args[:permission] if args.key?(:permission) end