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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.ResultDisplayMetadata{
  metalines: [GoogleApi.CloudSearch.V1.Model.ResultDisplayLine.t()] | nil,
  objectTypeLabel: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.