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.
3878 3879 3880 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3878 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
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 |