Class InvalidRule
Message represent an rule that failed to be validated.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class InvalidRule : IDirectResponseSchema
Properties
DisplayName
display name of the invalid rule
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcsUri
cloud storage destination of the invalid rule
Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
name of the invalid rule
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValiadtionError
The error message of valdating rule formats.
Declaration
[JsonProperty("valiadtionError")]
public virtual string ValiadtionError { get; set; }
Property Value
| Type | Description |
|---|---|
| string |