Show / Hide Table of Contents

Class RuleSet

A set of rules to apply to a set of objects.

Inheritance
object
RuleSet
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.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class RuleSet : IDirectResponseSchema

Properties

CustomizationRules

Required. List of customization rules to apply.

Declaration
[JsonProperty("customizationRules")]
public virtual IList<CustomizationRule> CustomizationRules { get; set; }
Property Value
Type Description
IList<CustomizationRule>

ETag

The ETag of the item.

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

ObjectFilter

Required. Object filter to apply the customization rules to.

Declaration
[JsonProperty("objectFilter")]
public virtual ObjectFilter ObjectFilter { get; set; }
Property Value
Type Description
ObjectFilter

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX