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

Attributes

  • debugTokenStrings (type: list(String.t), default: nil) - debug_token_strings - (optional) strings that should be used for human-friendly printing. NOT used by the matching engine!
  • name (type: String.t, default: nil) - name - the name of the token group.
  • tokens (type: list(String.t), default: nil) - tokens - a list of tokens, stored by their Fingerprint2011 hash.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup{
  debugTokenStrings: [String.t()] | nil,
  name: String.t() | nil,
  tokens: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.