Class Validation
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class Validation : IDirectResponseSchema
Properties
Code
A custom code identifying this validation.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
A short description of the validation.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Message
Messages reflecting the validation results.
Declaration
[JsonProperty("message")]
public virtual IList<ValidationMessage> Message { get; set; }
Property Value
Type | Description |
---|---|
IList<ValidationMessage> |
Status
Validation execution status.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |