Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaListEnrolledSolutionsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/retail_v2alpha/classes.rb,
lib/google/apis/retail_v2alpha/representations.rb,
lib/google/apis/retail_v2alpha/representations.rb

Overview

Response for ListEnrolledSolutions method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2alphaListEnrolledSolutionsResponse

Returns a new instance of GoogleCloudRetailV2alphaListEnrolledSolutionsResponse.



3693
3694
3695
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3693

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

Instance Attribute Details

#enrolled_solutionsArray<String>

Retail API solutions that the project has enrolled. Corresponds to the JSON property enrolledSolutions

Returns:

  • (Array<String>)


3691
3692
3693
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3691

def enrolled_solutions
  @enrolled_solutions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3698
3699
3700
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3698

def update!(**args)
  @enrolled_solutions = args[:enrolled_solutions] if args.key?(:enrolled_solutions)
end