ValidateBatch200Response constructor
ValidateBatch200Response({
- String? schemaVersion,
- int? total,
- ValidateBatch200ResponseSummary? summary,
- List<
ValidationResponse> results = const [],
Returns a new ValidateBatch200Response instance.
Implementation
ValidateBatch200Response({
this.schemaVersion,
this.total,
this.summary,
this.results = const [],
});