class Google::Apis::TestingV1::CancelTestMatrixResponse

Response containing the current state of the specified test matrix.

Attributes

test_state[RW]

The current rolled-up state of the test matrix. If this state is already final, then the cancelation request will have no effect. Corresponds to the JSON property `testState` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 745
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/testing_v1/classes.rb, line 750
def update!(**args)
  @test_state = args[:test_state] if args.key?(:test_state)
end