Class InvalidRulesWrapper
Message wrappes a list of invalid rules.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class InvalidRulesWrapper : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InvalidRules
The invalid rules that failed to be validated.
Declaration
[JsonProperty("invalidRules")]
public virtual IList<InvalidRule> InvalidRules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<InvalidRule> |