Class: Google::Apis::TagmanagerV1::AccountAccess
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::TagmanagerV1::AccountAccess
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/tagmanager_v1/classes.rb,
 generated/google/apis/tagmanager_v1/representations.rb,
 generated/google/apis/tagmanager_v1/representations.rb
Overview
Defines the Google Tag Manager Account access permissions.
Instance Attribute Summary collapse
- 
  
    
      #permission  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    List of Account permissions. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AccountAccess 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AccountAccess. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AccountAccess
Returns a new instance of AccountAccess
| 73 74 75 | # File 'generated/google/apis/tagmanager_v1/classes.rb', line 73 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#permission ⇒ Array<String>
List of Account permissions. Valid account permissions are read and manage.
Corresponds to the JSON property permission
| 71 72 73 | # File 'generated/google/apis/tagmanager_v1/classes.rb', line 71 def @permission end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 78 79 80 | # File 'generated/google/apis/tagmanager_v1/classes.rb', line 78 def update!(**args) @permission = args[:permission] if args.key?(:permission) end |