releaseTime property

  1. @JsonKey(name: 'releaseTime')
int? releaseTime
getter/setter pair

If the activity will not be visible until a specific and known time, this will be the seconds since the Epoch when it will become visible.

Implementation

@JsonKey(name:'releaseTime')
int? releaseTime;