View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompleteQueryResponseAttributeResult (google_api_retail v0.19.1)
Resource that represents attribute results. The list of suggestions for the attribute.
Attributes
-
suggestions
(type:list(String.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompleteQueryResponseAttributeResult{ suggestions: [String.t()] | nil }