Show / Hide Table of Contents

Class ValidationOptions

Options for how to validate and process properties on a resource.

Inheritance
System.Object
ValidationOptions
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DeploymentManagerAlpha.alpha.Data
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.dll
Syntax
public class ValidationOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

SchemaValidation

Customize how deployment manager will validate the resource against schema errors.

Declaration
[JsonProperty("schemaValidation")]
public virtual string SchemaValidation { get; set; }
Property Value
Type Description
System.String

UndeclaredProperties

Specify what to do with extra properties when executing a request.

Declaration
[JsonProperty("undeclaredProperties")]
public virtual string UndeclaredProperties { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top