View Source GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1BatchJoinGroupRequest (google_api_firebase_app_distribution v0.3.0)

The request message for BatchJoinGroup

Attributes

  • createMissingTesters (type: boolean(), default: nil) - Indicates whether to create tester resources based on emails if they don't exist yet.
  • emails (type: list(String.t), default: nil) - Required. The emails of the testers to be added to the group. 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.GoogleFirebaseAppdistroV1BatchJoinGroupRequest{
    createMissingTesters: boolean() | nil,
    emails: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.