class Google::Apis::RetailV2beta::GoogleCloudRetailLoggingErrorContext

A description of the context in which an error occurred.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @http_request = args[:http_request] if args.key?(:http_request)
  @report_location = args[:report_location] if args.key?(:report_location)
end