Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebaseappdistribution_v1alpha/classes.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb

Overview

Response containing the UDIDs of tester iOS devices in a project

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse

Returns a new instance of GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse.



536
537
538
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 536

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

Instance Attribute Details

#tester_udidsArray<Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTesterUdid>

The UDIDs of tester iOS devices in a project Corresponds to the JSON property testerUdids



534
535
536
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 534

def tester_udids
  @tester_udids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



541
542
543
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 541

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