class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaImportSampleQueriesMetadata

will be returned by the google.longrunning.Operation.metadata field.
Metadata related to the progress of the ImportSampleQueries operation. This

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @create_time = args[:create_time] if args.key?(:create_time)
  @failure_count = args[:failure_count] if args.key?(:failure_count)
  @success_count = args[:success_count] if args.key?(:success_count)
  @total_count = args[:total_count] if args.key?(:total_count)
  @update_time = args[:update_time] if args.key?(:update_time)
end