View Source GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListInsightTypesResponse (google_api_recommender v0.22.0)
Response for the ListInsightTypes method. Next ID: 3
Attributes
-
insightTypes(type:list(GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1InsightType.t), default:nil) - The set of recommenders available -
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListInsightTypesResponse{ insightTypes: [ GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1InsightType.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.