Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchAddTestersRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebaseappdistribution_v1/classes.rb,
lib/google/apis/firebaseappdistribution_v1/representations.rb,
lib/google/apis/firebaseappdistribution_v1/representations.rb

Overview

The Request message for batch adding testers

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1BatchAddTestersRequest

Returns a new instance of GoogleFirebaseAppdistroV1BatchAddTestersRequest.



740
741
742
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 740

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#emailsArray<String>

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. Corresponds to the JSON property emails

Returns:

  • (Array<String>)


738
739
740
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 738

def emails
  @emails
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



745
746
747
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 745

def update!(**args)
  @emails = args[:emails] if args.key?(:emails)
end