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

Attributes

  • atmWeight (type: number(), default: nil) - Weight of the mention used in the ATM score.
  • rating (type: number(), default: nil) - The aggregate numerical rating of this mention. 0.0 means completely incorrect, and 1.0 completely correct.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionEvalInfo{
  atmWeight: number() | nil,
  rating: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.