Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 923 Bytes

ListMeetingSatisfaction200ResponseClientSatisfactionInner.md

File metadata and controls

13 lines (10 loc) · 923 Bytes

# ListMeetingSatisfaction200ResponseClientSatisfactionInner

Properties

Name Type Description Notes
date \DateTime Date of the report. [optional]
good_count int The total number of "thumbs up" received for this meeting. [optional]
none_count int The total number of attendees who didn't submit any response (neither thumbs up nor thumbs down). [optional]
not_good_count int The total number of "thumbs down" received for this meeting. [optional]
satisfaction_percent double Satisfaction Percentage. The satisfaction percentage is calculated as `(good_count + none_count)` / `total_count`. [optional]

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