GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListInsightTypesResponse (google_api_recommender v0.23.0)

View Source

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 as page_token to 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

t()

@type t() ::
  %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListInsightTypesResponse{
    insightTypes:
      [
        GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1InsightType.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.