Class ValidationOptions
Options for how to validate and process properties on a resource.
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.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 |
---|---|
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 |