GoogleFirebaseAppdistroV1FeedbackReport class
A feedback report submitted by a tester for a release.
Constructors
- GoogleFirebaseAppdistroV1FeedbackReport({String? createTime, String? firebaseConsoleUri, String? name, String? screenshotUri, String? tester, String? text})
- GoogleFirebaseAppdistroV1FeedbackReport.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time when the feedback report was created.
getter/setter pair
- firebaseConsoleUri ↔ String?
-
A link to the Firebase console displaying the feedback report.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the feedback report resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenshotUri ↔ String?
-
A signed link (which expires in one hour) that lets you directly download
the screenshot.
getter/setter pair
- tester ↔ String?
-
The resource name of the tester who submitted the feedback report.
getter/setter pair
- text ↔ String?
-
The text of the feedback report.
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