Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1RuleSet

Represents a set of rules from a single customer.

Inheritance
object
GoogleCloudContentwarehouseV1RuleSet
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 GoogleCloudContentwarehouseV1RuleSet : IDirectResponseSchema

Properties

Description

Short description of the rule-set.

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

ETag

The ETag of the item.

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

Name

The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}. The name is ignored when creating a rule set.

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

Rules

List of rules given by the customer.

Declaration
[JsonProperty("rules")]
public virtual IList<GoogleCloudContentwarehouseV1Rule> Rules { get; set; }
Property Value
Type Description
IList<GoogleCloudContentwarehouseV1Rule>

Source

Source of the rules i.e., customer name.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX