google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.ObjectDisplayOptions View Source
The display options for an object.
Attributes
metalines
(type:list(GoogleApi.CloudSearch.V1.Model.Metaline.t)
, default:nil
) - Defines the properties that will be displayed in the metalines of the search results. The property values will be displayed in the order given here. If a property holds multiple values, all of the values will be diplayed before the next properties. For this reason, it is a good practice to specify singular properties before repeated properties in this list. All of the properties must set is_returnable to true. The maximum number of metalines is 3.objectDisplayLabel
(type:String.t
, default:nil
) - The user friendly label to display in the search result to inidicate the type of the item. This is OPTIONAL; if not given, an object label will not be displayed on the context line of the search results. 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.ObjectDisplayOptions{ metalines: [GoogleApi.CloudSearch.V1.Model.Metaline.t()], objectDisplayLabel: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.