Show / Hide Table of Contents

Class CustomErrorRule

A custom error rule.

Inheritance
object
CustomErrorRule
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.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class CustomErrorRule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IsErrorType

Mark this message as possible payload in error response. Otherwise, objects of this type will be filtered when they appear in error payload.

Declaration
[JsonProperty("isErrorType")]
public virtual bool? IsErrorType { get; set; }
Property Value
Type Description
bool?

Selector

Selects messages to which this rule applies. Refer to selector for syntax details.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX