Voting helps other researchers find interesting modules.
Represents the output of the Rule Evaluator.
invalidRules
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1InvalidRule.t)
nil
matchedRules
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule.t)
triggeredRules
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEvaluatorOutput{ invalidRules: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1InvalidRule.t() ] | nil, matchedRules: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule.t() ] | nil, triggeredRules: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule.t() ] | nil }
@spec decode(struct(), keyword()) :: struct()