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

Metadata about a latent entity and its relationship to a given child. See go/hits.

Attributes

  • broaderImportance (type: list(number()), default: nil) - The relatedness score of the two entities corresponding to each source above.
  • mid (type: String.t, default: nil) - The mid of the latent entity.
  • sources (type: list(String.t), default: nil) - The sources this generalization relationship is coming from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntity{
  broaderImportance: [number()] | nil,
  mid: String.t() | nil,
  sources: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.