Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest

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

Request message for ClearTestCaseCache.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest

Returns a new instance of GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest.



558
559
560
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 558

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

Instance Attribute Details

#test_devicesArray<Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice>

Optional. The list of devices for which to clear the cache. If not present, clear all of them. Corresponds to the JSON property testDevices



556
557
558
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 556

def test_devices
  @test_devices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



563
564
565
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 563

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