GoogleFirebaseApptestersV1alphaInviteLink class
The representation of an invite link
Constructors
-
GoogleFirebaseApptestersV1alphaInviteLink({String? domainRestriction, bool? joinable, String? name, List<
GoogleFirebaseApptestersV1alphaTesterApp> ? testerApps}) - GoogleFirebaseApptestersV1alphaInviteLink.fromJson(Map _json)
Properties
- domainRestriction ↔ String?
-
Email domain restriction set by developer.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- joinable ↔ bool?
-
Whether or not this invite link can be joined (determined by tester
limits)
getter/setter pair
- name ↔ String?
-
The name of the invite link Format: inviteLinks/{inviteLink)
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
testerApps
↔ List<
GoogleFirebaseApptestersV1alphaTesterApp> ? -
List of apps that the tester will be invited to after accepting
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