Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaListEnrolledSolutionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaListEnrolledSolutionsResponse
- 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
-
#enrolled_solutions ⇒ Array<String>
Retail API solutions that the project has enrolled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2alphaListEnrolledSolutionsResponse
constructor
A new instance of GoogleCloudRetailV2alphaListEnrolledSolutionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_solutions ⇒ Array<String>
Retail API solutions that the project has enrolled.
Corresponds to the JSON property enrolledSolutions
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 |