View Source GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamRestrictDefinition (google_api_content_warehouse v0.4.0)
////////////////////////////////////////////////////////////////////////////// RestrictDefinition: the set of conjunctions and disjunctions that define a single OR-of-ANDs-of-ORs restrict definition.
Attributes
-
conjunctions
(type:list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamConjunction.t)
, default:nil
) - conjunctions - each conjunction is an AND-of-ORs; if any of these conjunctions match, then the entire restrict matches. -
disjunctions
(type:list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamDisjunction.t)
, default:nil
) - disjunctions - each disjunction is an OR clause. -
subsKey
(type:String.t
, default:nil
) - subs_key - ignore. Only used for testing.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.