AccountsContainersWorkspacesVariables
class AccountsContainersWorkspacesVariables extends Resource (View source)
The "variables" collection of methods.
Typical usage is:
 $tagmanagerService = new Google\Service\TagManager(...);
 $variables = $tagmanagerService->accounts_containers_workspaces_variables;Methods
                    delete(string $path, array $optParams = [])
        
                                            
                
            Deletes a GTM Variable. (variables.delete)
                    listAccountsContainersWorkspacesVariables(string $parent, array $optParams = [])
        
                                            
                
            Lists all GTM Variables of a Container.
                    revert(string $path, array $optParams = [])
        
                                            
                
            Reverts changes to a GTM Variable in a GTM Workspace. (variables.revert)
Details
        
                            Variable
    create(string $parent, Variable $postBody, array $optParams = [])
        
    
    Creates a GTM Variable. (variables.create)
        
                            
    delete(string $path, array $optParams = [])
        
    
    Deletes a GTM Variable. (variables.delete)
        
                            Variable
    get(string $path, array $optParams = [])
        
    
    Gets a GTM Variable. (variables.get)
        
                            ListVariablesResponse
    listAccountsContainersWorkspacesVariables(string $parent, array $optParams = [])
        
    
    Lists all GTM Variables of a Container.
(variables.listAccountsContainersWorkspacesVariables)
        
                            RevertVariableResponse
    revert(string $path, array $optParams = [])
        
    
    Reverts changes to a GTM Variable in a GTM Workspace. (variables.revert)