CustomersUserinvitationsResource class

Constructors

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

cancel(CancelUserInvitationRequest request, String name, {String? $fields}) Future<Operation>
Cancels a UserInvitation that was already sent.
get(String name, {String? $fields}) Future<UserInvitation>
Retrieves a UserInvitation resource.
isInvitableUser(String name, {String? $fields}) Future<IsInvitableUserResponse>
Verifies whether a user account is eligible to receive a UserInvitation (is an unmanaged account).
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListUserInvitationsResponse>
Retrieves a list of UserInvitation resources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(SendUserInvitationRequest request, String name, {String? $fields}) Future<Operation>
Sends a UserInvitation to email.
toString() String
A string representation of this object.
inherited

Operators

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