View Source GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamEasyDisjunction (google_api_content_warehouse v0.4.0)
Each EasyDisjunction represents one OR clause.
Attributes
-
isPositive
(type:boolean()
, default:nil
) - If is_positive is set to false, then the entire disjunction is negated, and will be true only if none of its members is true. -
tokenGroups
(type:list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup.t)
, default:nil
) - token_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.ResearchScamCoscamEasyDisjunction{ isPositive: boolean() | nil, tokenGroups: [GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamTokenGroup.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.