class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeployFlowMetadata

Metadata returned for the Environments.DeployFlow long running operation.

Attributes

test_errors[RW]

Errors of running deployment tests. Corresponds to the JSON property `testErrors` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 739
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_v3/classes.rb, line 744
def update!(**args)
  @test_errors = args[:test_errors] if args.key?(:test_errors)
end