Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_TagManager_AccountsContainersMoveFolders_Resource Class Reference

The "move_folders" collection of methods. More...

Inheritance diagram for Google_Service_TagManager_AccountsContainersMoveFolders_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 update ($accountId, $containerId, $folderId, $optParams=array())
 Moves entities to a GTM Folder.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "move_folders" collection of methods.

Typical usage is: $tagmanagerService = new Google_Service_TagManager(...); $move_folders = $tagmanagerService->move_folders;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ update()

Google_Service_TagManager_AccountsContainersMoveFolders_Resource::update ( $accountId,
$containerId,
$folderId,
$optParams = array() )

Moves entities to a GTM Folder.

(move_folders.update)

Parameters
string$accountIdThe GTM Account ID.
string$containerIdThe GTM Container ID.
string$folderIdThe GTM Folder ID.
array$optParamsOptional parameters.

@opt_param string variableId The variables to be moved to the folder. @opt_param string tagId The tags to be moved to the folder. @opt_param string triggerId The triggers to be moved to the folder.


The documentation for this class was generated from the following file: