Resource: FeedbackReport
A feedback report submitted by a tester for a release.
JSON representation |
---|
{ "name": string, "tester": string, "text": string, "screenshotUri": string, "firebaseConsoleUri": string, "createTime": string } |
Fields | |
---|---|
name |
The name of the feedback report resource. Format: |
tester |
Output only. The resource name of the tester who submitted the feedback report. |
text |
Output only. The text of the feedback report. |
screenshotUri |
Output only. A signed link (which expires in one hour) that lets you directly download the screenshot. |
firebaseConsoleUri |
Output only. A link to the Firebase console displaying the feedback report. |
createTime |
Output only. The time when the feedback report was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Deletes a feedback report. |
|
Gets a feedback report. |
|
Lists feedback reports. |