ResearchScamCoscamRestrictDefinition

GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamRestrictDefinition


Table of Contents ▼

Jump to a specific part of the page:

Description

////////////////////////////////////////////////////////////////////////////// RestrictDefinition: the set of conjunctions and disjunctions that define a single OR-of-ANDs-of-ORs restrict definition.

Attributes List

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

View Attributes

Attributes

  1. conjunctions (type: list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamConjunction), default: nil)
    - conjunctions - each conjunction is an AND-of-ORs; if any of these conjunctions match, then the entire restrict matches.
  2. disjunctions (type: list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamDisjunction), default: nil)
    - disjunctions - each disjunction is an OR clause.
  3. subsKey (type: String.t, default: nil)
    - subs_key - ignore. Only used for testing.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamRestrictDefinition{
conjunctions: [GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamConjunction.t()] | nil,
disjunctions: [GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamDisjunction.t()] | nil,
subsKey: String.t() | nil
}

Function

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

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