Response public class Response Documentation public Exception Exception { get; set; } public FieldCollection FieldCollection { get; set; } public string Message { get; set; } public List<Base> PostExecuteActions { get; set; } public bool Success { get; set; } public Response()