startTime property

String? startTime
getter/setter pair

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

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

Implementation

core.String? startTime;