Show / Hide Table of Contents

Class Rule

A Rule defines a name, and a boolean expression in [conjunctive normal form](http: //mathworld.wolfram.com/ConjunctiveNormalForm.html){.external} that can be // applied to a path event to determine if that name should be applied.

Inheritance
object
Rule
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.DoubleClickBidManager.v1_1.Data
Assembly: Google.Apis.DoubleClickBidManager.v1_1.dll
Syntax
public class Rule : IDirectResponseSchema

Properties

DisjunctiveMatchStatements

Declaration
[JsonProperty("disjunctiveMatchStatements")]
public virtual IList<DisjunctiveMatchStatement> DisjunctiveMatchStatements { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><DisjunctiveMatchStatement>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Rule name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX