ListRagDataSchemasResponse constructor

ListRagDataSchemasResponse({
  1. List<RagDataSchema> ragDataSchemas = const [],
  2. String nextPageToken = '',
})

Implementation

ListRagDataSchemasResponse({
  this.ragDataSchemas = const [],
  this.nextPageToken = '',
}) : super(fullyQualifiedName);