AccountsContainersResource class Null safety
Constructors
Properties
- environments → AccountsContainersEnvironmentsResource
-
read-only
- folders → AccountsContainersFoldersResource
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- moveFolders → AccountsContainersMoveFoldersResource
-
read-only
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
read-only
- triggers → AccountsContainersTriggersResource
-
read-only
- variables → AccountsContainersVariablesResource
-
read-only
- versions → AccountsContainersVersionsResource
-
read-only
Methods
-
create(
Container request, String accountId, {String? $fields}) → Future< Container> - Creates a Container.
-
delete(
String accountId, String containerId, {String? $fields}) → Future< void> - Deletes a Container.
-
get(
String accountId, String containerId, {String? $fields}) → Future< Container> - Gets a Container.
-
list(
String accountId, {String? $fields}) → Future< ListContainersResponse> - Lists all Containers that belongs to a GTM Account.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
Container request, String accountId, String containerId, {String? fingerprint, String? $fields}) → Future< Container> - Updates a Container.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited