Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchLeaveGroupRequest
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchLeaveGroupRequest
- 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
-
#emails ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1BatchLeaveGroupRequest
constructor
A new instance of GoogleFirebaseAppdistroV1BatchLeaveGroupRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1BatchLeaveGroupRequest
Returns a new instance of GoogleFirebaseAppdistroV1BatchLeaveGroupRequest.
860 861 862 |
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 860 def initialize(**args) update!(**args) end |
Instance Attribute Details
#emails ⇒ Array<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
858 859 860 |
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 858 def emails @emails end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
865 866 867 |
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 865 def update!(**args) @emails = args[:emails] if args.key?(:emails) end |