Class GoogleCloudContentwarehouseV1RuleEvaluatorOutput
Represents the output of the Rule Evaluator.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RuleEvaluatorOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InvalidRules
A subset of triggered rules that failed the validation check(s) after parsing.
Declaration
[JsonProperty("invalidRules")]
public virtual IList<GoogleCloudContentwarehouseV1InvalidRule> InvalidRules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContentwarehouseV1InvalidRule> |
MatchedRules
A subset of triggered rules that are evaluated true for a given request.
Declaration
[JsonProperty("matchedRules")]
public virtual IList<GoogleCloudContentwarehouseV1Rule> MatchedRules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContentwarehouseV1Rule> |
TriggeredRules
List of rules fetched from database for the given request trigger type.
Declaration
[JsonProperty("triggeredRules")]
public virtual IList<GoogleCloudContentwarehouseV1Rule> TriggeredRules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContentwarehouseV1Rule> |