Class RuleSet
A set of rules to apply to a set of objects.
Implements
Inherited Members
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 |