Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchRemoveTestersRequest

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 BatchRemoveTesters.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1BatchRemoveTestersRequest

Returns a new instance of GoogleFirebaseAppdistroV1BatchRemoveTestersRequest.



848
849
850
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 848

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

Instance Attribute Details

#emailsArray<String>

Required. The email addresses of the tester resources to removed. A maximum of 999 and a minimum of 1 testers can be deleted in a batch. Corresponds to the JSON property emails

Returns:

  • (Array<String>)


846
847
848
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 846

def emails
  @emails
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



853
854
855
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 853

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