View Source GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1BatchAddTestersRequest (google_api_firebase_app_distribution v0.3.1)
The Request message for batch adding testers
Attributes
-
emails
(type:list(String.t)
, default:nil
) - Required. The email addresses of the tester resources to create. A maximum of 999 and a minimum of 1 tester can be created in a batch.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1BatchAddTestersRequest{ emails: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.