closeDate property

int? closeDate
final

Optional. Point in time (Unix timestamp) when the poll will be automatically closed

A handy DateTime object is available as closeDateTime getter

Implementation

final int? closeDate;