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.



3878
3879
3880
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3878

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>)


3876
3877
3878
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3876

def enrolled_solutions
  @enrolled_solutions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3883
3884
3885
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3883

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