ListRecommendationsResponse

Response to the ListRecommendations method.

JSON representation
{
  "recommendations": [
    {
      object (Recommendation)
    }
  ],
  "nextPageToken": string
}
Fields
recommendations[]

object (Recommendation)

The set of recommendations for the parent resource.

nextPageToken

string

A token that can be used to request the next page of results. This field is empty if there are no additional results.