Show / Hide Table of Contents

Class ValidationOptions

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

Inheritance
object
ValidationOptions
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.DeploymentManager.v2beta.Data
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class ValidationOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX