InvitationsResource class
Constructors
- InvitationsResource(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
-
get(
String name, {String? $fields}) → Future< GoogleFirebaseApptestersV1alphaInvitation> - Get invitation for tester.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subscribe(
GoogleFirebaseApptestersV1alphaSubscribeInvitationRequest request, String name, {String? $fields}) → Future< GoogleProtobufEmpty> - Subscribe to invitation Testers use this method to update the subscription status for the email address that is associated with the invitation.
-
toString(
) → String -
A string representation of this object.
inherited
-
unsubscribe(
GoogleFirebaseApptestersV1alphaUnsubscribeInvitationRequest request, String name, {String? $fields}) → Future< GoogleProtobufEmpty> - Unsubscribe from invitation Testers use this method to update the unsubscription status for the email address that is associated with the invitation.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited