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