google_api_cloud_search v0.6.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 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 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.