AccountsContainersWorkspacesClientsResource class

Constructors

AccountsContainersWorkspacesClientsResource(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(Client request, String parent, {String? $fields}) Future<Client>
Creates a GTM Client.
delete(String path, {String? $fields}) Future<void>
Deletes a GTM Client.
get(String path, {String? $fields}) Future<Client>
Gets a GTM Client.
list(String parent, {String? pageToken, String? $fields}) Future<ListClientsResponse>
Lists all GTM Clients of a GTM container workspace.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revert(String path, {String? fingerprint, String? $fields}) Future<RevertClientResponse>
Reverts changes to a GTM Client in a GTM Workspace.
toString() String
A string representation of this object.
inherited
update(Client request, String path, {String? fingerprint, String? $fields}) Future<Client>
Updates a GTM Client.

Operators

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