GoogleApi.CloudSearch.V1.Model.ResultDisplayField (google_api_cloud_search v0.8.1) View Source
Display Fields for Search Results
Attributes
-
label
(type:String.t
, default:nil
) - The display label for the property. -
operatorName
(type:String.t
, default:nil
) - The operator name of the property. -
property
(type:GoogleApi.CloudSearch.V1.Model.NamedProperty.t
, default:nil
) - The name value pair for the property.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.ResultDisplayField{ label: String.t(), operatorName: String.t(), property: GoogleApi.CloudSearch.V1.Model.NamedProperty.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.