View Source GoogleApi.CloudSearch.V1.Model.PropertyDisplayOptions (google_api_cloud_search v0.22.0)
The display options for a property.
Attributes
-
displayLabel
(type:String.t
, default:nil
) - The user friendly label for the property that is used if the property is specified to be displayed in ObjectDisplayOptions. If provided, the display label is shown in front of the property values when the property is part of the object display options. For example, if the property value is '1', the value by itself may not be useful context for the user. If the display name given was 'priority', then the user sees 'priority : 1' in the search results which provides clear context to search users. This is OPTIONAL; if not given, only the property values are displayed. The maximum length is 64 characters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.PropertyDisplayOptions{ displayLabel: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.