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

Attributes

  • KaltixRank (type: integer(), default: nil) - approx. 2 bytes for top 1B
  • LocalKaltixRank (type: integer(), default: nil) - empty for now
  • SiteKaltixRank (type: integer(), default: nil) - empty for now

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KaltixPerDocData{
  KaltixRank: integer() | nil,
  LocalKaltixRank: integer() | nil,
  SiteKaltixRank: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.