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.



906
907
908
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 906

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>)


904
905
906
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 904

def emails
  @emails
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



911
912
913
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 911

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