class Google::Apis::RetailV2beta::GoogleCloudRetailLoggingImportErrorContext

EventService.ImportUserEvents“
cloud.retail.v2.ProductService.ImportProducts” “google.cloud.retail.v2.
The error payload that is populated on LRO import APIs. Including: ”google.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @catalog_item = args[:catalog_item] if args.key?(:catalog_item)
  @gcs_path = args[:gcs_path] if args.key?(:gcs_path)
  @line_number = args[:line_number] if args.key?(:line_number)
  @operation_name = args[:operation_name] if args.key?(:operation_name)
  @product = args[:product] if args.key?(:product)
  @user_event = args[:user_event] if args.key?(:user_event)
end