View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo (google_api_content_warehouse v0.4.0)

Collects signals from one query and one candidate. Next available tag: 9

Attributes

  • isMatchlessResultContext (type: boolean(), default: nil) - Whether the entity is purely from strong result entities, and is matchless in query annotation.
  • mid (type: String.t, default: nil) - Mid of the candidate entity or empty string for the full world.
  • name (type: String.t, default: nil) - Debug name of the entity (not usually populated).
  • resultEntityScore (type: number(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo{
    isMatchlessResultContext: boolean() | nil,
    mid: String.t() | nil,
    name: String.t() | nil,
    resultEntityScore: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.