Class GoogleCloudContentwarehouseV1RuleEngineOutput
Records the output of Rule Engine including rule evaluation and actions result.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RuleEngineOutput : IDirectResponseSchema
Properties
ActionExecutorOutput
Output from Action Executor containing rule and corresponding actions execution result.
Declaration
[JsonProperty("actionExecutorOutput")]
public virtual GoogleCloudContentwarehouseV1ActionExecutorOutput ActionExecutorOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1ActionExecutorOutput |
DocumentName
Name of the document against which the rules and actions were evaluated.
Declaration
[JsonProperty("documentName")]
public virtual string DocumentName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RuleEvaluatorOutput
Output from Rule Evaluator containing matched, unmatched and invalid rules.
Declaration
[JsonProperty("ruleEvaluatorOutput")]
public virtual GoogleCloudContentwarehouseV1RuleEvaluatorOutput RuleEvaluatorOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1RuleEvaluatorOutput |