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.



486
487
488
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 486

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>)


484
485
486
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 484

def names
  @names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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