AccountsServicesResource class

Constructors

AccountsServicesResource.new(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(ApproveAccountServiceRequest request, String name, {String? $fields}) Future<AccountService>
Approve an account service proposal.
get(String name, {String? $fields}) Future<AccountService>
Retrieve an account service.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListAccountServicesResponse>
List account services for the specified accounts.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
propose(ProposeAccountServiceRequest request, String parent, {String? $fields}) Future<AccountService>
Propose an account service.
reject(RejectAccountServiceRequest request, String name, {String? $fields}) Future<Empty>
Reject an account service (both proposed and approve services can be rejected).
toString() String
A string representation of this object.
inherited

Operators

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