DeleteAssistantResponse constructor
const
DeleteAssistantResponse({})
Creates a DeleteAssistantResponse.
Implementation
const DeleteAssistantResponse({
required this.id,
required this.object,
required this.deleted,
});