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

The response message for ListTesters.

Attributes

  • 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.
  • testers (type: list(GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Tester.t), default: nil) - The testers listed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1ListTestersResponse{
    nextPageToken: String.t() | nil,
    testers:
      [
        GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Tester.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.