GoogleFirebaseApptestersV1alphaInvitation class
An invitation maps an email to an app.
An invitation is required to link a testers device to an app via the ConsentApp call.
Constructors
- GoogleFirebaseApptestersV1alphaInvitation({String? name, String? state, String? subscriptionState, GoogleFirebaseApptestersV1alphaTesterApp? testerApp, String? testerEmail})
- GoogleFirebaseApptestersV1alphaInvitation.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the invitation to retrieve Format: invitations/{invitation}
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
Invitation state
Possible string values are:
getter/setter pair
- subscriptionState ↔ String?
-
Subscription state
Possible string values are:
getter/setter pair
- testerApp ↔ GoogleFirebaseApptestersV1alphaTesterApp?
-
Information about the app that this invitation belongs to
getter/setter pair
- testerEmail ↔ String?
-
The tester email that the invite was sent to
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited