attendanceReportGenerationType property
Whether attendance report is enabled for the meeting space. Possible string values are:
- "ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED" : Default value specified by user policy. This should never be returned.
 - "GENERATE_REPORT" : Attendance report will be generated and sent to drive/email.
 - "DO_NOT_GENERATE" : Attendance report will not be generated.
 
Implementation
core.String? attendanceReportGenerationType;