Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchLeaveGroupRequest

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

Request message for BatchLeaveGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1BatchLeaveGroupRequest

Returns a new instance of GoogleFirebaseAppdistroV1BatchLeaveGroupRequest.



828
829
830
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 828

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

Instance Attribute Details

#emailsArray<String>

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

Returns:

  • (Array<String>)


826
827
828
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 826

def emails
  @emails
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



833
834
835
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 833

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