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

Attributes

  • modelName (type: String.t, default: nil) -
  • sbScore (type: number(), default: nil) - The value corresponding to this version.
  • versionId (type: integer(), default: nil) - The version id (derived from the epoch - larger number means newer score)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.