Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest

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

The request message for BatchDeleteTestCase.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest

Returns a new instance of GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest.



492
493
494
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 492

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

Instance Attribute Details

#namesArray<String>

Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one batch Format: projects/project_number/apps/app /testCases/test_case` Corresponds to the JSON propertynames`

Returns:

  • (Array<String>)


490
491
492
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 490

def names
  @names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



497
498
499
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 497

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