Google Apps Meet V2beta Client - Class AttendanceReportGenerationType (0.3.0)

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 \ SpaceConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED

Value: 0

Default value specified by user policy.

This should never be returned.

Generated from protobuf enum ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED = 0;

GENERATE_REPORT

Value: 1

Attendance report will be generated and sent to drive/email.

Generated from protobuf enum GENERATE_REPORT = 1;

DO_NOT_GENERATE

Value: 2

Attendance report will not be generated.

Generated from protobuf enum DO_NOT_GENERATE = 2;