View Source GoogleApi.ContentWarehouse.V1.Model.SpamBrainScore (google_api_content_warehouse v0.3.0)

Message representing versioned scores

Attributes

  • sbScore (type: number(), default: nil) - The value corresponding to this version.
  • versionId (type: integer(), default: nil) - The version id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SpamBrainScore{
  sbScore: number() | nil,
  versionId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.