View Source GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamDisjunction (google_api_content_warehouse v0.4.0)
////////////////////////////////////////////////////////////////////////////// Disjunction: a single OR clause that contains multiple group:token tuples.
Attributes
-
key
(type:String.t
, default:nil
) - key - a uint64 key that uniquely identifies this disjunction. -
tokenGroups
(type:list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup.t)
, default:nil
) - groups - the group:token tuples that make up this disjunction. The disjunction will be active if any off the group:token tuples are present in a request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamDisjunction{ key: String.t() | nil, tokenGroups: [GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.