Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 708 Bytes

QGPTPersonsRelatedOutput.md

File metadata and controls

17 lines (12 loc) · 708 Bytes

core_openapi.model.QGPTPersonsRelatedOutput

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
persons Persons
explanations Map<String, String> This is a Map<String, String> where the the key is a person id. and the value is the explanation. [optional] [default to const {}]

[Back to Model list] [Back to API list] [Back to README]