View Source GoogleApi.CloudSearch.V1.Model.DisplayedProperty (google_api_cloud_search v0.23.1)
A reference to a top-level property within the object that should be displayed in search results. The values of the chosen properties is displayed in the search results along with the display label for that property if one is specified. If a display label is not specified, only the values is shown.
Attributes
-
propertyName
(type:String.t
, default:nil
) - The name of the top-level property as defined in a property definition for the object. If the name is not a defined property in the schema, an error is given when attempting to update the schema.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.DisplayedProperty{ propertyName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.