Class BadRequest
Describes violations in a client request. This error type focuses on the syntactic aspects of the request.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class BadRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FieldViolations
Describes all violations in a client request.
Declaration
[JsonProperty("fieldViolations")]
public virtual IList<FieldViolation> FieldViolations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<FieldViolation> |