AccountsResource class

Constructors

AccountsResource(ApiRequester client)

Properties

admins AccountsAdminsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
invitations AccountsInvitationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Account request, {String? $fields}) Future<Account>
Creates an account with the specified name and type under the given parent.
get(String name, {String? $fields}) Future<Account>
Gets the specified account.
list({String? filter, int? pageSize, String? pageToken, String? parentAccount, String? $fields}) Future<ListAccountsResponse>
Lists all of the accounts for the authenticated user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Account request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<Account>
Updates the specified business account.
toString() String
A string representation of this object.
inherited

Operators

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