ProvidersAccountsResource class

Constructors

ProvidersAccountsResource(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

approve(ApproveAccountRequest request, String name, {String? $fields}) Future<Empty>
Grants an approval on an Account.
get(String name, {String? $fields}) Future<Account>
Gets a requested Account resource.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListAccountsResponse>
Lists Accounts that the provider has access to.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reject(RejectAccountRequest request, String name, {String? $fields}) Future<Empty>
Rejects an approval on an Account.
reset(ResetAccountRequest request, String name, {String? $fields}) Future<Empty>
Resets an Account and cancels all associated Entitlements.
toString() String
A string representation of this object.
inherited

Operators

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