Voting helps other researchers find interesting modules.
////////////////////////////////////////////////////////////////////////////// Conjunction: a single AND clause that contains multiple disjunctions.
disjunctionId
list(String.t)
nil
isPositive
list(boolean())
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamConjunction{ disjunctionId: [String.t()] | nil, isPositive: [boolean()] | nil }
@spec decode(struct(), keyword()) :: struct()