Class Validation
A validation to perform on a stream.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.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> |
State
Output only. Validation execution status.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |