Voting helps other researchers find interesting modules.
////////////////////////////////////////////////////////////////////////////// Disjunction: a single OR clause that contains multiple group:token tuples.
key
String.t
nil
tokenGroups
list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamDisjunction{ key: String.t() | nil, tokenGroups: [GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup.t()] | nil }
@spec decode(struct(), keyword()) :: struct()