GoogleFirebaseAppdistroV1BatchJoinGroupRequest class
The request message for BatchJoinGroup
Constructors
- 
          GoogleFirebaseAppdistroV1BatchJoinGroupRequest({bool? createMissingTesters, List<
String> ? emails}) - GoogleFirebaseAppdistroV1BatchJoinGroupRequest.fromJson(Map json_)
 
Properties
- createMissingTesters ↔ bool?
 - 
  Indicates whether to create tester resources based on 
emailsif they don't exist yet.getter/setter pair - 
  emails
  ↔ List<
String> ? - 
  The emails of the testers to be added to the group.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
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