ResearchScamCoscamTokenGroup

GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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!
  2. name (type: String.t, default: nil)
    - name - the name of the token group.
  3. tokens (type: list(String.t), default: nil)
    - tokens - a list of tokens, stored by their Fingerprint2011 hash.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup