Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1RuleEngineOutput

Records the output of Rule Engine including rule evaluation and actions result.

Inheritance
object
GoogleCloudContentwarehouseV1RuleEngineOutput
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX