GoogleApi.CloudSearch.V1.Model.ResultDisplayMetadata (google_api_cloud_search v0.14.0) View Source

Attributes

  • metalines (type: list(GoogleApi.CloudSearch.V1.Model.ResultDisplayLine.t), default: nil) - The metalines content to be displayed with the result.
  • objectTypeLabel (type: String.t, default: nil) - The display label for the object.

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.ResultDisplayMetadata{
  metalines: [GoogleApi.CloudSearch.V1.Model.ResultDisplayLine.t()] | nil,
  objectTypeLabel: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.