GoogleApi.CloudSearch.V1.Model.ResultDisplayField (google_api_cloud_search v0.14.0) 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() | nil,
operatorName: String.t() | nil,
property: GoogleApi.CloudSearch.V1.Model.NamedProperty.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.