GoogleFirebaseAppdistroV1Group class

A group which can contain testers.

A group can be invited to test apps in a Firebase project.

Constructors

GoogleFirebaseAppdistroV1Group({String? displayName, int? inviteLinkCount, String? name, int? releaseCount, int? testerCount})
GoogleFirebaseAppdistroV1Group.fromJson(Map json_)

Properties

displayName String?
The display name of the group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviteLinkCount int?
The number of invite links for this group.
getter/setter pair
name String?
The name of the group resource.
getter/setter pair
releaseCount int?
The number of releases this group is permitted to access.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testerCount int?
The number of testers who are members of this group.
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