Reference documentation and code samples for the Google Apps Meet V2beta Client class AttendanceReportGenerationType.
Possible states of whether attendance report is enabled for the meeting space.
Protobuf type google.apps.meet.v2beta.SpaceConfig.AttendanceReportGenerationType
Namespace
Google \ Apps \ Meet \ V2beta \ SpaceConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED
Value: 0Default value specified by user policy.
This should never be returned.
Generated from protobuf enum ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED = 0;
GENERATE_REPORT
Value: 1Attendance report will be generated and sent to drive/email.
Generated from protobuf enum GENERATE_REPORT = 1;
DO_NOT_GENERATE
Value: 2Attendance report will not be generated.
Generated from protobuf enum DO_NOT_GENERATE = 2;