Class GoogleCloudContentwarehouseV1UpdateRuleSetRequest
Request message for RuleSetService.UpdateRuleSet.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1UpdateRuleSetRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RuleSet
Required. The rule set to update.
Declaration
[JsonProperty("ruleSet")]
public virtual GoogleCloudContentwarehouseV1RuleSet RuleSet { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1RuleSet |