AccountsContainersVariablesResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  create(Variable request, String accountId, String containerId, {String? $fields})
    → Future<Variable>
  
  
- 
  Creates a GTM Variable.
  
- 
  delete(String accountId, String containerId, String variableId, {String? $fields})
    → Future<void>
  
  
- 
  Deletes a GTM Variable.
  
- 
  get(String accountId, String containerId, String variableId, {String? $fields})
    → Future<Variable>
  
  
- 
  Gets a GTM Variable.
  
- 
  list(String accountId, String containerId, {String? $fields})
    → Future<ListVariablesResponse>
  
  
- 
  Lists all GTM Variables of a Container.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  update(Variable request, String accountId, String containerId, String variableId, {String? fingerprint, String? $fields})
    → Future<Variable>
  
  
- 
  Updates a GTM Variable.