ResearchScamCoscamConjunction

GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamConjunction


Table of Contents ▼

Jump to a specific part of the page:

Description

////////////////////////////////////////////////////////////////////////////// Conjunction: a single AND clause that contains multiple disjunctions.

Attributes List

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

View Attributes

Attributes

  1. disjunctionId (type: list(String.t), default: nil)
    - disjunction_id / is_positive MUST have the same length. They specify a set of disjunctions that make up this conjunction. The conjunction will be active iff all of the positive disjunctions are active and all of the negative disjunctions are inactive.
  2. isPositive (type: list(boolean()), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamConjunction{
disjunctionId: [String.t()] | nil,
isPositive: [boolean()] | nil
}

Function

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

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