Voting helps other researchers find interesting modules.
////////////////////////////////////////////////////////////////////////////// RestrictDefinition: the set of conjunctions and disjunctions that define a single OR-of-ANDs-of-ORs restrict definition.
conjunctions
list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamConjunction.t)
nil
disjunctions
list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamDisjunction.t)
subsKey
String.t
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()