ResearchScamCoscamDisjunction

GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamDisjunction


Table of Contents ▼

Jump to a specific part of the page:

Description

////////////////////////////////////////////////////////////////////////////// Disjunction: a single OR clause that contains multiple group:token tuples.

Attributes List

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

View Attributes

Attributes

  1. key (type: String.t, default: nil)
    - key - a uint64 key that uniquely identifies this disjunction.
  2. tokenGroups (type: list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup), default: nil)
    - groups - the group:token tuples that make up this disjunction. The disjunction will be active if any off the group:token tuples are present in a request.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamDisjunction{
key: String.t() | nil,
tokenGroups: [GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup.t()] | nil
}

Function

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

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