Class Status
Represents the response status of the search
public class Status
- Inheritance
-
Status
- Inherited Members
Constructors
Status()
public Status()
Properties
Errors
List of validation errors
public List<ResponseError> Errors { get; set; }
Property Value
IsSuccessful
True if the search was successful
public bool IsSuccessful { get; }