Show / Hide Table of Contents

Class InvalidRule

Message represent an rule that failed to be validated.

Inheritance
object
InvalidRule
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX