Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1RuleEvaluatorOutput

Represents the output of the Rule Evaluator.

Inheritance
object
GoogleCloudContentwarehouseV1RuleEvaluatorOutput
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX