AccountsContainersWorkspacesBuiltInVariablesResource class

Constructors

AccountsContainersWorkspacesBuiltInVariablesResource(ApiRequester client)

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(String parent, {List<String>? type, String? $fields}) Future<CreateBuiltInVariableResponse>
Creates one or more GTM Built-In Variables.
delete(String path, {List<String>? type, String? $fields}) Future<void>
Deletes one or more GTM Built-In Variables.
list(String parent, {String? pageToken, String? $fields}) Future<ListEnabledBuiltInVariablesResponse>
Lists all the enabled Built-In Variables of a GTM Container.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revert(String path, {String? type, String? $fields}) Future<RevertBuiltInVariableResponse>
Reverts changes to a GTM Built-In Variables in a GTM Workspace.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited