InviteLinksResource class

Constructors

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

accept(GoogleFirebaseApptestersV1alphaAcceptInviteLinkRequest request, String name, {String? $fields}) Future<GoogleFirebaseApptestersV1alphaAcceptInviteLinkResponse>
Accepts an invite link for an app When a tester accepts an invite link, an invitation is created and an email is sent
get(String name, {String? $fields}) Future<GoogleFirebaseApptestersV1alphaInviteLink>
Get invite link.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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