BatchCreateRagDataSchemasResponse constructor

BatchCreateRagDataSchemasResponse({
  1. List<RagDataSchema> ragDataSchemas = const [],
})

Implementation

BatchCreateRagDataSchemasResponse({this.ragDataSchemas = const []})
  : super(fullyQualifiedName);