RepositoryWebrefNameDebugInfoCandidateInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfoCandidateInfo