Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1InvalidRule

A triggered rule that failed the validation check(s) after parsing.

Inheritance
object
GoogleCloudContentwarehouseV1InvalidRule
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX