View Source GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ListInsightsResponse (google_api_recommender v0.20.1)
Response to the ListInsights
method.
Attributes
-
insights
(type:list(GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Insight.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ListInsightsResponse{ insights: [GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Insight.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.