Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchAddTestersResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchAddTestersResponse
- 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 BatchAddTesters.
Instance Attribute Summary collapse
-
#testers ⇒ Array<Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Tester>
The testers which are created and/or already exist Corresponds to the JSON property
testers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1BatchAddTestersResponse
constructor
A new instance of GoogleFirebaseAppdistroV1BatchAddTestersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppdistroV1BatchAddTestersResponse
Returns a new instance of GoogleFirebaseAppdistroV1BatchAddTestersResponse.
791 792 793 |
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 791 def initialize(**args) update!(**args) end |
Instance Attribute Details
#testers ⇒ Array<Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Tester>
The testers which are created and/or already exist
Corresponds to the JSON property testers
789 790 791 |
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 789 def testers @testers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
796 797 798 |
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 796 def update!(**args) @testers = args[:testers] if args.key?(:testers) end |