lib/google/apis/recommender_v1/representations.rb in google-apis-recommender_v1-0.26.0 vs lib/google/apis/recommender_v1/representations.rb in google-apis-recommender_v1-0.27.0

- old
+ new

@@ -86,10 +86,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRecommenderV1MarkRecommendationDismissedRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRecommenderV1MarkRecommendationFailedRequest class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -287,9 +293,16 @@ class GoogleCloudRecommenderV1MarkRecommendationClaimedRequest # @private class Representation < Google::Apis::Core::JsonRepresentation property :etag, as: 'etag' hash :state_metadata, as: 'stateMetadata' + end + end + + class GoogleCloudRecommenderV1MarkRecommendationDismissedRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :etag, as: 'etag' end end class GoogleCloudRecommenderV1MarkRecommendationFailedRequest # @private