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