AccountsUsersResource class

Constructors

AccountsUsersResource.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

create(User request, String parent, {String? userId, String? $fields}) Future<User>
Creates a Merchant Center account user.
delete(String name, {String? $fields}) Future<Empty>
Deletes a Merchant Center account user.
get(String name, {String? $fields}) Future<User>
Retrieves a Merchant Center account user.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListUsersResponse>
Lists all users of a Merchant Center account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(User request, String name, {String? updateMask, String? $fields}) Future<User>
Updates a Merchant Center account user.
toString() String
A string representation of this object.
inherited

Operators

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