View Source GoogleApi.CloudSearch.V1.Model.ResultDisplayField (google_api_cloud_search v0.20.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.ResultDisplayField{
  label: String.t() | nil,
  operatorName: String.t() | nil,
  property: GoogleApi.CloudSearch.V1.Model.NamedProperty.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.