AccountsContainersResource class
Methods
-
combine(String path, {bool? allowUserPermissionFeatureUpdate, String? containerId, String? settingSource, String? $fields})
→ Future<Container>
-
Combines Containers.
-
create(Container request, String parent, {String? $fields})
→ Future<Container>
-
Creates a Container.
-
delete(String path, {String? $fields})
→ Future<void>
-
Deletes a Container.
-
get(String path, {String? $fields})
→ Future<Container>
-
Gets a Container.
-
list(String parent, {String? pageToken, String? $fields})
→ Future<ListContainersResponse>
-
Lists all Containers that belongs to a GTM Account.
-
lookup({String? destinationId, String? $fields})
→ Future<Container>
-
Looks up a Container by destination ID.
-
moveTagId(String path, {bool? allowUserPermissionFeatureUpdate, bool? copySettings, bool? copyTermsOfService, bool? copyUsers, String? tagId, String? tagName, String? $fields})
→ Future<Container>
-
Move Tag ID out of a Container.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
snippet(String path, {String? $fields})
→ Future<GetContainerSnippetResponse>
-
Gets the tagging snippet for a Container.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Container request, String path, {String? fingerprint, String? $fields})
→ Future<Container>
-
Updates a Container.