View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelServingConfigList (google_api_retail v0.13.2)

Represents an ordered combination of valid serving configs, which can be used for PAGE_OPTIMIZATION recommendations.

Attributes

  • servingConfigIds (type: list(String.t), default: nil) - Optional. A set of valid serving configs that may be used for PAGE_OPTIMIZATION.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelServingConfigList{
    servingConfigIds: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.