google_api_recommender v0.7.1 GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListInsightsResponse View Source
Response to the ListInsights
method.
Attributes
insights
(type:list(GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Insight.t)
, default:nil
) - The set of insights for theparent
resource.nextPageToken
(type:String.t
, default:nil
) - A token that can be used to request the next page of results. This field is empty if there are no additional results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListInsightsResponse{ insights: [ GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Insight.t() ], nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.