google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.PropertyDisplayOptions View Source
The display options for a property.
Attributes
displayLabel
(type:String.t
, default:nil
) - The user friendly label for the property that will be used if the property is specified to be displayed in ObjectDisplayOptions. If given, the display label will be 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 will see 'priority : 1' in the search results which provides clear conext to search users. This is OPTIONAL; if not given, only the property values will be displayed. The maximum length is 32 characters.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudSearch.V1.Model.PropertyDisplayOptions{ displayLabel: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.