class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata
Metadata returned for the TestCases.BatchRunTestCases long running operation.
Attributes
errors[RW]
The test errors. Corresponds to the JSON property `errors` @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 65 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 70 def update!(**args) @errors = args[:errors] if args.key?(:errors) end