Class GoogleCloudContentwarehouseV1InvalidRule
A triggered rule that failed the validation check(s) after parsing.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1InvalidRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
Validation error on a parsed expression.
Declaration
[JsonProperty("error")]
public virtual string Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rule
Triggered rule.
Declaration
[JsonProperty("rule")]
public virtual GoogleCloudContentwarehouseV1Rule Rule { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1Rule |