AccountsResource class
Constructors
- AccountsResource(ApiRequester client)
Properties
- containers → AccountsContainersResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- permissions → AccountsPermissionsResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String accountId, {String? $fields}) → Future< Account> - Gets a GTM Account.
-
list(
{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 accountId, {String? fingerprint, String? $fields}) → Future< Account> - Updates a GTM Account.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited