class Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaEnrollSolutionResponse

Response for EnrollSolution method.

def initialize(**args)

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

def update!(**args)

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