Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchRemoveTestersResponse

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 response message for BatchRemoveTesters

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1BatchRemoveTestersResponse

Returns a new instance of GoogleFirebaseAppdistroV1BatchRemoveTestersResponse.



867
868
869
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 867

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

Instance Attribute Details

#emailsArray<String>

List of deleted tester emails Corresponds to the JSON property emails

Returns:

  • (Array<String>)


865
866
867
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 865

def emails
  @emails
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



872
873
874
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 872

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