Class ValidationExplanation
Inheritance
ValidationExplanation
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ValidationExplanation
Properties
|
Edit this page
View Source
Error
Declaration
[DataMember(Name = "error")]
public string Error { get; }
Property Value
|
Edit this page
View Source
Explanation
Declaration
[DataMember(Name = "explanation")]
public string Explanation { get; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
public string Index { get; }
Property Value
|
Edit this page
View Source
Valid
Declaration
[DataMember(Name = "valid")]
public bool Valid { get; }
Property Value
Extension Methods