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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-30 UTC."],[],[],null,["# REST Resource: projects.apps.releases.feedbackReports\n\n- [Resource: FeedbackReport](#FeedbackReport)\n - [JSON representation](#FeedbackReport.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: FeedbackReport\n------------------------\n\nA feedback report submitted by a tester for a release.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"tester\": string, \"text\": string, \"screenshotUri\": string, \"firebaseConsoleUri\": string, \"createTime\": string } ``` |\n\n| Fields ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the feedback report resource. Format: `projects/{projectNumber}/apps/{app}/releases/{release}/feedbackReports/{feedback_report}` |\n| `tester` | `string` Output only. The resource name of the tester who submitted the feedback report. |\n| `text` | `string` Output only. The text of the feedback report. |\n| `screenshot``Uri` | `string` Output only. A signed link (which expires in one hour) that lets you directly download the screenshot. |\n| `firebase``Console``Uri` | `string` Output only. A link to the Firebase console displaying the feedback report. |\n| `create``Time` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` 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: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------------|----------------------------|\n| ### [delete](/docs/reference/app-distribution/rest/v1/projects.apps.releases.feedbackReports/delete) | Deletes a feedback report. |\n| ### [get](/docs/reference/app-distribution/rest/v1/projects.apps.releases.feedbackReports/get) | Gets a feedback report. |\n| ### [list](/docs/reference/app-distribution/rest/v1/projects.apps.releases.feedbackReports/list) | Lists feedback reports. |"]]