View Source GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamConjunction (google_api_content_warehouse v0.4.0)

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

Attributes

  • 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.
  • isPositive (type: list(boolean()), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.