Class CustomErrorRule
A custom error rule.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.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 |