ResearchScamCoscamEasyDisjunction

GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamEasyDisjunction


Table of Contents ▼

Jump to a specific part of the page:

Description

Each EasyDisjunction represents one OR clause.

Attributes List

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

View Attributes

Attributes

  1. isPositive (type: boolean(), default: nil)
    - If is_positive is set to false, then the entire disjunction is negated, and will be true only if none of its members is true.
  2. tokenGroups (type: list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup), default: nil)
    - token_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.ResearchScamCoscamEasyDisjunction{
isPositive: boolean() | nil,
tokenGroups: [GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup.t()] | nil
}

Function

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

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