AccountsResource class

Constructors

AccountsResource(ApiRequester client)

Properties

containers AccountsContainersResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userPermissions AccountsUserPermissionsResource
no setter

Methods

get(String path, {String? $fields}) Future<Account>
Gets a GTM Account.
list({bool? includeGoogleTags, String? pageToken, String? $fields}) Future<ListAccountsResponse>
Lists all GTM Accounts that a user has access to.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Account request, String path, {String? fingerprint, String? $fields}) Future<Account>
Updates a GTM Account.

Operators

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