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

The response message for ListFeedbackReports.

Attributes

  • feedbackReports (type: list(GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1FeedbackReport.t), default: nil) - The feedback reports
  • nextPageToken (type: String.t, default: nil) - A short-lived token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1ListFeedbackReportsResponse{
    feedbackReports:
      [
        GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1FeedbackReport.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.