GoogleFirebaseApptestersV1alphaTesterApp class

A representation of an app.

Constructors

GoogleFirebaseApptestersV1alphaTesterApp({String? bundleId, bool? consented, String? contactEmail, String? display, String? iconUrl, String? name, String? platform, int? releaseCount})
GoogleFirebaseApptestersV1alphaTesterApp.fromJson(Map _json)

Properties

bundleId String?
The bundle identifier of the app
getter/setter pair
consented bool?
Tester has consented to share the device's data for the app
getter/setter pair
contactEmail String?
Developer contact email for testers to reach out to about privacy or support issues.
getter/setter pair
display String?
Display name of the app
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
URL of app icon
getter/setter pair
name String?
The name of the tester app to retrieve Format: devices/{device}/testerApps/{tester_app}
getter/setter pair
platform String?
The platform of the app (iOS or Android)
getter/setter pair
releaseCount int?
Number of releases for the app
getter/setter pair
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