View Source GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1FeedbackReport (google_api_firebase_app_distribution v0.3.1)

A feedback report submitted by a tester for a release.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time when the feedback report was created.
  • firebaseConsoleUri (type: String.t, default: nil) - Output only. A link to the Firebase console displaying the feedback report.
  • name (type: String.t, default: nil) - The name of the feedback report resource. Format: projects/{project_number}/apps/{app}/releases/{release}/feedbackReports/{feedback_report}
  • screenshotUri (type: String.t, default: nil) - Output only. A signed link (which expires in one hour) that lets you directly download the screenshot.
  • tester (type: String.t, default: nil) - Output only. The resource name of the tester who submitted the feedback report.
  • text (type: String.t, default: nil) - Output only. The text of the feedback report.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1FeedbackReport{
    createTime: DateTime.t() | nil,
    firebaseConsoleUri: String.t() | nil,
    name: String.t() | nil,
    screenshotUri: String.t() | nil,
    tester: String.t() | nil,
    text: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.