Class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchAddTestersResponse

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 BatchAddTesters.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1BatchAddTestersResponse

Returns a new instance of GoogleFirebaseAppdistroV1BatchAddTestersResponse.



759
760
761
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 759

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

Instance Attribute Details

#testersArray<Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Tester>

The testers which are created and/or already exist Corresponds to the JSON property testers



757
758
759
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 757

def testers
  @testers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



764
765
766
# File 'lib/google/apis/firebaseappdistribution_v1/classes.rb', line 764

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