AccountsContainersWorkspacesVariablesResource 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 parent, {String? $fields})
→ Future<Variable>
-
Creates a GTM Variable.
-
delete(String path, {String? $fields})
→ Future<void>
-
Deletes a GTM Variable.
-
get(String path, {String? $fields})
→ Future<Variable>
-
Gets a GTM Variable.
-
list(String parent, {String? pageToken, 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
-
revert(String path, {String? fingerprint, String? $fields})
→ Future<RevertVariableResponse>
-
Reverts changes to a GTM Variable in a GTM Workspace.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Variable request, String path, {String? fingerprint, String? $fields})
→ Future<Variable>
-
Updates a GTM Variable.