class Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaImportMetadata

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

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)
  @notification_pubsub_topic = args[:notification_pubsub_topic] if args.key?(:notification_pubsub_topic)
  @request_id = args[:request_id] if args.key?(:request_id)
  @success_count = args[:success_count] if args.key?(:success_count)
  @update_time = args[:update_time] if args.key?(:update_time)
end