class Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1ListCatalogsResponse
Response for ListCatalogs method.
Attributes
catalogs[RW]
Output only. All the customer's catalogs. Corresponds to the JSON property `catalogs` @return [Array<Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1Catalog>]
next_page_token[RW]
Pagination token, if not returned indicates the last page. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 904 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 909 def update!(**args) @catalogs = args[:catalogs] if args.key?(:catalogs) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end