endTime property

String? endTime
getter/setter pair

An optional end time for sending auto-replies (epoch ms).

When this is specified, Gmail will automatically reply only to messages that it receives before the end time. If both startTime and endTime are specified, startTime must precede endTime.

Implementation

core.String? endTime;